Compare commits
2 Commits
f4dba961e6
...
662f5197e4
Author | SHA1 | Date |
---|---|---|
b1ek | 662f5197e4 | |
b1ek | 3d89bb840b |
|
@ -14,8 +14,6 @@ docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
### Production
|
### Production
|
||||||
Note: production instance is not production-ready yet, as it is still in development mode.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
echo "APP_DEBUG=false" >> .env # Or edit the file yourself
|
echo "APP_DEBUG=false" >> .env # Or edit the file yourself
|
||||||
|
@ -27,7 +25,9 @@ Also dont forget to build the [resume app](#build-the-resume)
|
||||||
|
|
||||||
## Build the resume
|
## Build the resume
|
||||||
cd to `react/resume` and run `build.sh`.
|
cd to `react/resume` and run `build.sh`.
|
||||||
If you are running in debug mode, run `yarn/npm start`
|
If you are running in debug mode, run `yarn/npm start`.
|
||||||
|
|
||||||
|
**Note**: Generally, the app will build the resume by itself, although there is some exceptions.
|
||||||
|
|
||||||
## Generate the key
|
## Generate the key
|
||||||
Cd to root of project and run `scripts/generate_key.py`
|
Cd to root of project and run `scripts/generate_key.py`
|
Loading…
Reference in New Issue