I want to install erpnext in google cloud and deploy it in my domain ?
Can you be more specific in details on an install and deploy?
Here is well explained.
I finally install erpnext in production using installation with docker , i find out that frappe and erpnext version 13 ā¦ how can i install version 12 and where i can install custom app that depends on erpnext ??
Local , i install custom apps and update in folder āfrappe-benchā but when i installed frappe_docker i donāt know where i can make update and install custom apps ā¦ i canāt find āfrappe-benchā folder ā¦
Have you explored here : Docker Installation, How can i access to bench commands? - #2 by revant_one
it worked well when the versions were āedgeā but when i edit version i get this internal server error
Sorry, i donāt have any idea about Docker.
Donāt use docker if you are not familiar with containers. Itās additional layer of abstraction that may be confusing.
For docker usage you need to understand:
- how to check docker logs
- container networking
- container volumes
- basic docker commands,
ps
,logs
,run
,exec
, etc. - how docker-compose works
I had alot of errors when i installed erpnext without docker and i canāt solve them ,so i tried to install erpnext using docker to avoid these problems ā¦ can you help me with a tutorial to install erpnext in production on google cloud ?
what are the docker logs?
logs for erpnext-python container?
both containers look fine.
any other errors in any other containers?