Skip to content

Commit

Permalink
Added run_server script that starts basilico in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
il-palmi committed Nov 23, 2021
1 parent e9f2260 commit 5bbcaeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

source venv/bin/activate
./basilico.py
deactivate

0 comments on commit 5bbcaeb

Please sign in to comment.