Hydra is the Content Management System (CMS) for the data layer that can be used on the Interplanetary File System (IPFS).
This program requires Node 6+, or any higher version.
Download Hydra
git clone https://github.com/ShiftProject/shift-hydra.git && cd hydra-cms
Install dependencies
npm install
Build the files
npm run production
If it hangs at 91%, you can run the following command instead of the previous one
npm run dev
You just have to run a single command
npm run start
- Jasper Hu (Shift Team)
Copyright © 2018 Shift
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.