8000 GitHub - atchariya/docker-erpnext: Dockerized ERPNext
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atchariya/docker-erpnext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker ERPNext (Multi-container)

This code was originally forked from donysukardi/docker-frappe.

Follow the steps below to run your own local installation of ERPNext.

NOTE: Please do not consider this "production ready".

Deprecation Notice

This project is no longer maintained.

Start a local version of ERPNext

  1. First we need to bootstrap the installation: docker-compose run app.
  2. When asked to reset the database press y and enter.
  3. After this process completes you will need to exit the container (for example: ctrl+c). The process completes after you see messages stating: Booting worker with pid...
  4. Start the containers: docker-compose up -d.
  5. Watch the container logs: docker-compose logs -f.

You should be able to log in to the server at http://localhost. The username is Administrator and the password is frappe. Follow the prompts to complete the initial setup.

Notes

  1. This Docker image is based on the ianneub/frappe image.

Environment Variables

The image is configuring using environment variables. Bellow is a list of variables and their default settings. These variables will be set in the site_config.json file.

  • ADMIN_PASSWORD=frappe
  • DB_HOST=db
  • DB_NAME=frappe
  • DB_PASSWORD=frappe
  • DB_USER=frappe
  • MAIL_LOGIN=``
  • MAIL_PASSWORD=``
  • MAIL_PORT=``
  • MAIL_SERVER=``
  • REDIS_CACHE_URL=redis-cache
  • REDIS_QUEUE_URL=redis-queue
  • REDIS_SOCKETIO_URL=redis-socketio
  • ROOT_PASSWORD=root
  • USE_SSL=false
  • DEVELOPER_MODE=false

About

Dockerized ERPNext

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 54.6%
  • Shell 45.4%
0