mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Update INSTALL
This commit is contained in:
6
INSTALL
6
INSTALL
@@ -1,6 +1,6 @@
|
|||||||
#curl -u hb_client_2862_1:j2CbCM8H -H 'Accept: application/json' -H 'Content-type: application/json' http://c1.lon2.dediserve.com/virtual_machines.xml
|
#curl -u hb_client_2862_1:j2CbCM8H -H 'Accept: application/json' -H 'Content-type: application/json' http://c1.lon2.dediserve.com/virtual_machines.xml
|
||||||
|
|
||||||
apt-get install git python-virtualenv postgresql-common libsndfile1-dev libpng++-dev libpng12-dev libboost-program-options-dev libjpeg-dev python-dev
|
apt-get install git python-virtualenv postgresql-common libsndfile1-dev libpng++-dev libpng12-dev libboost-program-options-dev libjpeg-dev python-dev sox
|
||||||
|
|
||||||
virtualenv env
|
virtualenv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
@@ -8,12 +8,8 @@ source env/bin/activate
|
|||||||
git clone https://github.com/fergalmoran/dss.git dss
|
git clone https://github.com/fergalmoran/dss.git dss
|
||||||
cd dss
|
cd dss
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
#can't get gstreamer working in a virtualenv
|
|
||||||
#I installed it using apt and did this - it's dirty and horrid.
|
|
||||||
cp /usr/lib/python2.7/dist-packages/pygst.py /home/fergalm/Dropbox/Private/deepsouthsounds.com/nixenv/lib/python2.7/site-packages/
|
|
||||||
|
|
||||||
#setup db host
|
#setup db host
|
||||||
|
|
||||||
sudo -u postgres createuser deepsouthsounds --no-superuser --createdb --no-createrole --pwprompt
|
sudo -u postgres createuser deepsouthsounds --no-superuser --createdb --no-createrole --pwprompt
|
||||||
sudo -u postgres createdb deepsouthsounds --owner deepsouthsounds
|
sudo -u postgres createdb deepsouthsounds --owner deepsouthsounds
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user