How to startup erpnext without startup script?

Hi,

I have installed erpnext, and I managed one time to get erpnext production running on http://localhost (port 80).
In my system (*) there is no upstart or systemd, so ONLY the shell “bash” gets started after a reset:

Which services and commands do I need to run to start erpnext?

(*) my system is Windows 10, with Windows Subsystem for Linux (Ubuntu), or shortly Windows Bash.

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