Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Commit

Permalink
Fixed #20
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 30, 2012
1 parent 73072af commit 0d48ee8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/install.sh
@@ -1,4 +1,8 @@
#!/bin/bash
echo 'You must have pip >= 1.2.1 which is not in Ubuntu 12.04'
echo These two lines will upgrade pip and fix the path using a symlink
echo pip install --upgrade pip
echo ln -s /usr/local/bin/pip /usr/bin/pip

# install everything needed to run this application, start with deb files, should be run as root
apt-get install apache2 mysql-server python-uno python-xlwt python-reportlab python-mysqldb python-ldap python-pip python-feedparser python-xlrd python-mysqldb mysql-client python2.7-dev rabbitmq-server
Expand All @@ -18,4 +22,4 @@ echo "enter mysql root password"
mysql -uroot -p -e "create database sword"

echo "Done, you still need to run python manage.py syncdb, and set up a web server"
exit
exit

0 comments on commit 0d48ee8

Please sign in to comment.