How to startup erpnext without startup script?

I found it !

  1. sudo service mysql start
  2. sudo service nginx start
  3. sudo service redis-server start
  4. sudo service supervisor start
  • (3) is not needed, as redis-server is already started by supervisor

now you can go to http://localhost, and it works!

These are the running processes:

1 Like