Hello Team,
Kindly help.
How can i install or configure ERPNext on windows pplatform or github
Hello Team,
Kindly help.
How can i install or configure ERPNext on windows pplatform or github
There’re mainly 3 ways to setup ERPNext on Windows. (You cannot install ERPNext directly on windows, you have to use some kind of VM or WSL)
Windows Subsystem for Linux > [Tutorial] How To install ERPNext V12 on windows 10 home / Pro WSL ubuntu 18.04LTS
Linux virtual machine > https://erpnext.org/download
Docker (My personal choice) > GitHub - pipech/erpnext-docker-debian: Self-contained ERPNext Docker Image base on Debian or GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext
Cheers!
Hi pipech,
when did you think you change your ERPNext Docker File to Debian 10 Buster?
https://hub.docker.com/r/pipech/erpnext-docker-debian/dockerfile
jannis
and can I run and customize the demo one on erpnext website or github account?
Currently install.py doesn’t work. Maybe after it has been fix I’ll give it a try.
So maybe in like 1-2 months. (Currently I’ve been very busy.)
Best
You could start free trial and do basic customization via web ui but you can’t modify any python or javascript code. To do that you need to set up your own environment.
Hello, did you know this tutorial:
By Josphat Mutai January 2, 2020
jannis
As far as I know, @saifi0102, @cpurbaugh and I have all gotten ERPNext installed on windows 10 using windows subsystem for linux. It should not (ever, not one time, don’t even think about it) be run in production. The performance is poor, but it works and is much better experience than using a VM. The big trick is usually aliasing bench start
to also start mariadb and maybe Redis. Also windows terminal isn’t awesome, so if you want better developer experience install hyper. Also don’t expect much support because very few people are doing this.
@pipech Hi! I am setting up frappe/erpnext on my windows home using docker.
I have everything setup according to the tutorial on official frapper docker repo on github.
I am getting the following error and couldn’t find any solution for it anywhere.
please help me
PS C:\WINDOWS\system32\frappe_docker> docker-compose --project-name laxmierp -f installation/docker-compose-common.yml -f installation/docker-compose-erpnext.yml -f installation/docker-compose-networks.yml --project-directory installation up -d
WARNING: The MYSQL_ROOT_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The ERPNEXT_VERSION variable is not set. Defaulting to a blank string.
WARNING: The SITES variable is not set. Defaulting to a blank string.
WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string.
WARNING: The MARIADB_HOST variable is not set. Defaulting to a blank string.
WARNING: The FRAPPE_VERSION variable is not set. Defaulting to a blank string.
ERROR: no such image: frappe/erpnext-worker:: invalid reference format