Improved documentation

This commit is contained in:
Abhinav sagar 2019-03-27 13:11:11 +05:30
parent 8a7c858834
commit b361902468
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ You'll only need to do this if you're testing the production environment locally
8. Since production assumes your environment variables are in the shell environment, and not in a `.env` file, you will have to run `export $(grep -v '^#' .env | xargs)` or a similar command, see this [Stack Overflow answer](https://stackoverflow.com/a/20909045/4086967).
9. `$ npm run start:prod`
NOTE- Windows user should use `copy` in place of `cp` during above installation.
NOTE- Windows users should use `copy` instead of `cp` during installation.
## Self Hosting - Heroku Deployment

View File

@ -29,7 +29,7 @@ Follow these instructions to set up your development environment, which you need
11. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
12. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`
NOTE- Windows user should use `copy` in place of `cp` during above installation.
NOTE- Windows users should use `copy` instead of `cp` during installation.
## Docker Installation
@ -59,7 +59,7 @@ If you don't have the full server environment running, you can launch a one-off
10. `$ docker-compose -f docker-compose-development.yml run app --rm bash -l`
NOTE- Windows user should use `copy` in place of `cp` during above installation.
NOTE- Windows users should use `copy` instead of `cp` during installation.
## S3 Bucket Configuration