I followed the installation instructions for Docker Swarm since I already had another container for another app running on my Digital Ocean droplet.
I now have a plain Frappe site running and I feel like I’m missing the instructions to get ERPNext installed with it. I logged in to get started, expecting to be able to add modules in and then realized ERPNext just straight up did not come with all that ERPNext configuration I thought I was prepping for.
In the Docker environment, it doesn’t seem I have access to bench or any of the other commands I’ve seen suggested for different approaches to installation.
I did a lot of troubleshooting to get this far and now have a successful Frappe site running, but I have no clues as to how to proceed from here! Is there one last installation manual I’m somehow missing? Did I fudge something to somehow not get ERPNext by following these instructions?
Adding the INSTALL_APPS in my Portainer container worked perfectly! I’ve attached a screenshot of my Portainer settings in case anyone else comes through with the same question in the future.
I had to delete the old database and site folder under /var/www/html/sites/installationdomain.com first for the “add site” container to run, but after that, it went as expected!
Aha! This did it! Thank you so much for all your help today. I am sure I’ll be back around at some point with more questions but so far it looks like I have the software up and running and it’s time to learn the front-end elements.
Actually I don’t know the commands to do this , it’s a fresh site so I will remove the two stacks “frappe-mariadb” and " frappe-bench-v13" and create them again. I will also delete all the unused volumes.
I guess this will lead to dropping the database and deleting the erp.mysite.com directory. Am I right?