mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
formatting for github.com
This commit is contained in:
parent
0684500498
commit
fe7800ac7d
1 changed files with 2 additions and 5 deletions
|
@ -23,11 +23,9 @@ Clone this github repo into your desired webroot, and install dependencies:
|
||||||
You can configure everything (e.g. website title, your photo, quote, etc)
|
You can configure everything (e.g. website title, your photo, quote, etc)
|
||||||
by editing `config.yaml` and replacing all the Jesse data with your own.
|
by editing `config.yaml` and replacing all the Jesse data with your own.
|
||||||
|
|
||||||
For testing locally with gunicorn, _without_ a docker rebuild, you can just do:
|
For testing locally: `gunicorn app:app`
|
||||||
|
|
||||||
`gunicorn app:app`
|
For testing locally _with docker_, you can do:
|
||||||
|
|
||||||
For testing with docker locally, you can do:
|
|
||||||
```bash
|
```bash
|
||||||
docker build . -t <name of tag you want>
|
docker build . -t <name of tag you want>
|
||||||
|
|
||||||
|
@ -36,7 +34,6 @@ For testing with docker locally, you can do:
|
||||||
docker run --rm -p 8000:8080 <name of the tag you used>
|
docker run --rm -p 8000:8080 <name of the tag you used>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Then you can go to http://127.0.0.1:8000 in a browser to view your changes.
|
Then you can go to http://127.0.0.1:8000 in a browser to view your changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue