diff options
| author | Bobby <[email protected]> | 2023-07-20 03:11:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-20 03:11:30 -0400 |
| commit | 0ed61d5af8afa07dc43ec0285c7cc97955334b50 (patch) | |
| tree | 1fd47792bb3a1dced38895d5fa9ad2475b276ed6 | |
| parent | ec851805cabd46cacfc4169650f64fc4ac56487f (diff) | |
| download | thatcomputerscientist-0ed61d5af8afa07dc43ec0285c7cc97955334b50.tar.xz thatcomputerscientist-0ed61d5af8afa07dc43ec0285c7cc97955334b50.zip | |
Example bash output replaced by image
| -rw-r--r-- | README.md | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -10,24 +10,9 @@ Source Code for my Personal Website. - `[*].peek.thatcomputerscientist.com` Both these domains point to `127.0.0.1` and its a matter of preference which one to choose. The script also automatically generates SSL certificates for both domains and starts the server with HTTPS enabled. A complete, example command chain now looks like: -```bash -thatcomputerscientist on main [$!] ➜ ./runserver.sh -Choose an option: -[1]: (*).[peek].shi.foo -[2]: (*).[peek].thatcomputerscientist.com -Enter your choice (1 or 2): 1 -Password: -Watching for file changes with StatReloader -Validating models... -System check identified no issues (0 silenced). -July 20, 2023 - 06:54:38 -Django version 4.1.4, using settings 'thatcomputerscientist.settings' -Starting development server at https://127.0.0.1:443/ -Using SSL certificate: SSL/peek.shi.foo+1.pem -Using SSL key: SSL/peek.shi.foo+1-key.pem -Quit the server with CONTROL-C. -``` + + ## Screenshot  |
