MongoDB >= 3.2.x
npm install
npm run api
npm run frontend
npm run build
npm run test
npm run lint
cd /home/xingu/rede-de-sementes/
sudo git pull
make prod-run
make prod-stop
make clean
In the first time you run the app you will need to generate the first admin user to access the panel. To do this access:
/api/init
It will generates the admin user credentials and return something like this:
{
status: 'success',
user: 'adminuser@adminuser.com',
password: 'adminpass'
}
Use this credentials to access the panel in the following url:
http://localhost:8080/#/painel