Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs997 authored Jun 22, 2023
1 parent cd7b0e9 commit 133049c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ Phase-based Epidemic Time series Analyzer.
*******************************************************************
### 2. Running Server on localhost
Open a terminal on the PEpiTA folder and follow these commands:<br>
1. > cd webdesign <be>
1. > cd webdesign <br>
<code> _# If deploying the webApp for the first time, please run the below command as well_<br></code>

<code>2. python manage.py migrate</code>
<code> 2. python manage.py migrate</code>

3. >python manage.py runserver
*******************************************************************
### 3. After executing all the above commands you will be able to see a message like this
<br>
After executing all the above commands you will be able to see a message like this<br>

_Django version 4.2, using settings 'webdesign.settings'<br>
Starting development server at http://127.0.0.1:8000/<br>
Quit the server with CONTROL-C._

Now open a browser and go to http://localhost:8000/ or http://127.0.0.1:8000/
*******************************************************************
### 4. Now open a browser and go to http://localhost:8000/ or http://127.0.0.1:8000/
*******************************************************************
### 5. Headless Implementation
### 3. Headless Implementation
workflow_notebook.ipynb shows the implementation of all the python scripts in a Jupyter Notebook.

0 comments on commit 133049c

Please sign in to comment.