Install erpnext
mauriciocanodba
HOBBYOP

2 months ago

Hello, I'm new to your platform. I just installed erpnext using the template you provided, and the entire process completed successfully. I can see the services listed online, but when I try to use the public URL to access the app, it doesn't load. What should I check initially?

Thank you for any help you can provide!
Solved$10 Bounty

Pinned Solution

ilyassbreth
FREE

2 months ago

hey, the template requires manual setup after deployment. here's what you need to do:

  1. shell into your erpnext service

  2. run: su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh"

  3. wait for it to finish (might take a few mins)

  4. go to service settings → remove the start command

  5. set http port to 80

  6. redeploy

this creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these steps

i hope this help you :)

2 Replies

ilyassbreth
FREE

2 months ago

hey, the template requires manual setup after deployment. here's what you need to do:

  1. shell into your erpnext service

  2. run: su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh"

  3. wait for it to finish (might take a few mins)

  4. go to service settings → remove the start command

  5. set http port to 80

  6. redeploy

this creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these steps

i hope this help you :)


ilyassbreth

hey, the template requires manual setup after deployment. here's what you need to do:shell into your erpnext servicerun: su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh"wait for it to finish (might take a few mins)go to service settings → remove the start commandset http port to 80redeploythis creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these stepsi hope this help you :)

mauriciocanodba
HOBBYOP

2 months ago

.


Status changed to Solved brody 2 months ago


Loading...