Improved documentation
This commit is contained in:
parent
8a7c858834
commit
b361902468
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
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`
|
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
|
## Self Hosting - Heroku Deployment
|
||||||
|
|
||||||
|
|
|
@ -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)
|
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`
|
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
|
## 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`
|
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
|
## S3 Bucket Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue