Skip to content

Commit

Permalink
Add run_server.sh for linux machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinna Adhikari committed Mar 22, 2021
1 parent b0d11b9 commit 2a3b86a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

export FLASK_APP=pserver
export FLASK_ENV=development
mkdir logs
mkdir summaries
mkdir plots
flask run

0 comments on commit 2a3b86a

Please sign in to comment.