Skip to content

Commit

Permalink
fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Apr 25, 2018
1 parent 3b19cda commit d77595d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/ec2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Guide to setup EC2 instance for running erpnext-docker-debian image.

* [Setup AWS EC2](setup_ec2)
* [Setup AWS EC2](/erpnext-docker-debian/setup_ec2)

* [Backup AWS EC2 to AMI](https://github.com/pipech/aws-lambda-ami-backup)
6 changes: 3 additions & 3 deletions docs/_includes/setup.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
There are 3 way to use [erpnext-docker-debian](https://hub.docker.com/r/pipech/erpnext-docker-debian/) image.

1. [Trial setup](trial_setup)
1. [Trial setup](/erpnext-docker-debian/trial_setup)
This setup is the most easy and straightforward way to run ERPNext on Docker,
it will run pre-build docker image from Docker hub.

2. [Development setup](development_setup)
2. [Development setup](/erpnext-docker-debian/development_setup)
This setup will share apps and sites folder to host machine
so you could explore the code.

3. [Production setup](production_setup)
3. [Production setup](/erpnext-docker-debian/production_setup)
In this setup we use the same ERPNext image as we use in trial setup
and config it to run production
and instead of running all service in single container we separate some and put it into 8 container,
Expand Down

0 comments on commit d77595d

Please sign in to comment.