Skip to content

Commit

Permalink
TL: deployment settings and website link
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Jul 17, 2023
1 parent 493207b commit 0e935ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Develop a python code based on a generic framework allowing to investigate and analyze the performance of iterative parallel-in-time (PinT) algorithms : [blockops](./blockops/)

Available now at : https://jupyterhub.mat.tu-harburg.de/blockops/

Implement a graphical user interface that could be exposed through a [demonstration website (web api)](./doc/website.md).

**Existing Apps** (the links might change)
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ $VENV/bin/pip install -r requirements.txt
echo " -------------------------------"
echo " "
echo " ===> Starting gunicorn server..."
$VENV/bin/gunicorn -w 4 -b 0.0.0.0 'web:deploy()'
$VENV/bin/gunicorn -w 4 -b 0.0.0.0:2024 'web:deploy()'

0 comments on commit 0e935ee

Please sign in to comment.