Skip to content

Commit

Permalink
Merge pull request #123 from indera/develop
Browse files Browse the repository at this point in the history
Update docs/README.md formatting
  • Loading branch information
indera committed Feb 5, 2016
2 parents 7ee9eb2 + 4e84877 commit d6994d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ After you clone the repository:

- create the required files in your local `deploy` folder:

$ cd redi-dropper-client/app/deploy
$ cp sample.fabric.py staging/fabric.py
$ cp sample.deploy.settings.conf staging/settings.conf
$ cp sample.virtualhost.conf staging/virtualhost.conf
$ cp sample.virtualhost-ssl.conf staging/virtualhost-ssl.conf
$ cd redi-dropper-client/app/deploy
$ cp sample.fabric.py staging/fabric.py
$ cp sample.deploy.settings.conf staging/settings.conf
$ cp sample.virtualhost.conf staging/virtualhost.conf
$ cp sample.virtualhost-ssl.conf staging/virtualhost-ssl.conf

- edit the files in the staging (or production) folder to reflect
the proper username/passwords/hosts/paths
Expand All @@ -114,11 +114,11 @@ After you clone the repository:

- execute the initial deploy' command for staging (or production):

$ cd redi-dropper-client/app/deploy
$ git fetch --tags upstream
$ ./deploy.sh -i -t tag_number -r ~/git staging
OR
$ ./deploy/deploy.sh -i -t tag_number -r ~/git production
$ cd redi-dropper-client/app/deploy
$ git fetch --tags upstream
$ ./deploy.sh -i -t tag_number -r ~/git staging
OR
$ ./deploy/deploy.sh -i -t tag_number -r ~/git production

Once you have the fabric tool installed you can create the database tables
in staging or production databases:
Expand Down

0 comments on commit d6994d2

Please sign in to comment.