Description:
Update install.sh
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r268:cdc7b5206ac3 - - 1 file changed: 1 inserted, 18 deleted
@@ -4,24 +4,7 | |||||
|
4 |
|
4 | ||
|
5 | echo "This script will install and configure Cafe grader." |
|
5 | echo "This script will install and configure Cafe grader." |
|
6 |
|
6 | ||
|
7 |
- RUBY_VERSION=2.3. |
|
7 | + RUBY_VERSION=2.3.7 |
|
8 | - echo "This will install Ruby $RUBY_VERSION under RVM" |
|
||
|
9 | - |
|
||
|
10 | - echo "Installing required apts" |
|
||
|
11 | - |
|
||
|
12 | - sudo apt-get update |
|
||
|
13 | - sudo apt-get install mysql-server mysql-client \ |
|
||
|
14 | - g++ gcc apache2 libmysqlclient20 build-essential \ |
|
||
|
15 | - git-core openssl libreadline6 libreadline6-dev \ |
|
||
|
16 | - zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev \ |
|
||
|
17 | - sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev \ |
|
||
|
18 | - ncurses-dev automake libtool bison subversion \ |
|
||
|
19 | - pkg-config curl nodejs unzip pyflakes ruby default-jdk \ |
|
||
|
20 | - libmysqld-dev mercurial python-setuptools python-dev python3-numpy |
|
||
|
21 | - |
|
||
|
22 | - echo "Installing RVM" |
|
||
|
23 | - curl -k -L https://get.rvm.io | bash -s stable |
|
||
|
24 | - source ~/.rvm/scripts/rvm |
|
||
|
25 |
|
8 | ||
|
26 | echo "Installing Ruby $RUBY_VERSION in RVM" |
|
9 | echo "Installing Ruby $RUBY_VERSION in RVM" |
|
27 |
|
10 |
You need to be logged in to leave comments.
Login now