Skip to content

Commit

Permalink
AWS Linux 2 Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Mardesich committed Feb 11, 2019
1 parent 26944cc commit 4dad8c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup_scripts/aws_linux2.sh
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

0 comments on commit 4dad8c4

Please sign in to comment.