Skip to content

juliangruber/permanent-seeder

 
 

Repository files navigation

permanent-seeder

Build Status JavaScript Style Guide standard-readme compliant

Install

npm i
npm run bootstrap

Usage

Create config for dashboard

cd packages/dashboard
cp .env.example .env

Build dashboard app before start services with:

npm run build

Start services

cd ../cli
./bin/run config:init
./bin/run start

Dashboard will run on http://localhost:3001

Optional: Start Dashboard in DEV mode

cd ../dashboard
npm start

Dashboard will run on http://localhost:3000

Logs:

  • Out: tail -f ~/.pm2/logs/seeder-daemon-out.log
  • Errors: tail -f ~/.pm2/logs/seeder-daemon-error.log

Stop services

cd ../cli
./bin/run stop

Dashboard will run on http://localhost:3001

Issues

🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

👥 Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%