-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Mardesich
committed
Feb 11, 2019
1 parent
26944cc
commit 4dad8c4
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
# Uncomment lines below to also install httpd and mod_wsgi | ||
sudo yum install gcc-c++ python3 python3-devel python-virtualenv libxslt-devel zlib-devel libffi-devel libjpeg-turbo-devel mariadb mariadb-devel git -y | ||
# sudo yum install httpd httpd-devel -y | ||
virtualenv -p python3 .janewayenv | ||
source ~/.janewayenv/bin/activate | ||
git clone https://github.com/BirkbeckCTP/janeway.git | ||
cd janeway | ||
pip3 install -r requirements.txt | ||
# pip3 install mod_wsgi |