This is the FOG 2.0 parent repository.
Work in Progress
- Install nodejs
- Install mongo Recommend configuring user and password.
- Download the repository using
git
git clone https://github.com/fogproject/fog-node
- Change to the directory you just downloaded the repo to:
cd fog-node
- Install the modules needed
npm install
- Run the setup for fresh install:
node tools/setup/index.js
- Enter the information as required/requested.
- Lift the server with
sails lift
- Enjoy.
TODO: Build views for all the different components Build systemctl script (linux) Build launchctl script (macos) Build Service/Task Scheduler to start script (windows) Test Testing again