Install web2py version 2.14.6 using git as Sahana is not compatible with the latest one.
This commit is contained in:
parent
f4918b7700
commit
8db8053a4d
@ -6,10 +6,10 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))
|
|||||||
apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-psycopg2 python-reportlab python-requests python-shapely python-xlrd python-xlwt
|
apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-psycopg2 python-reportlab python-requests python-shapely python-xlrd python-xlwt
|
||||||
|
|
||||||
# Install web2py
|
# Install web2py
|
||||||
wget http://web2py.com/examples/static/web2py_src.zip -O /srv/web2py.zip
|
git clone --recursive https://github.com/web2py/web2py.git /srv/sahana
|
||||||
unzip -d /srv /srv/web2py.zip
|
git -C /srv/sahana checkout tags/latest
|
||||||
mv /srv/web2py /srv/sahana
|
git -C /srv/sahana submodule update
|
||||||
rm -f /srv/web2py.zip
|
rm -rf /srv/sahana/.git* /srv/sahana/gluon/packages/dal/.git*
|
||||||
|
|
||||||
# Install Sahana
|
# Install Sahana
|
||||||
wget https://github.com/sahana/eden/archive/master.tar.gz -O /srv/sahana/applications/eden.tgz
|
wget https://github.com/sahana/eden/archive/master.tar.gz -O /srv/sahana/applications/eden.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user