Try mediagoblin with python 2
This commit is contained in:
parent
e7fc3966a8
commit
3a3308c32d
|
@ -9577,8 +9577,8 @@ function install_mediagoblin {
|
|||
return
|
||||
fi
|
||||
|
||||
apt-get -y install git-core python python3-dev python3-lxml python3-pil
|
||||
apt-get -y install python3-virtualenv npm nodejs-legacy automake
|
||||
apt-get -y install git-core python python-dev python-lxml python-pil
|
||||
apt-get -y install python-virtualenv npm nodejs-legacy automake
|
||||
apt-get -y install fcgiwrap
|
||||
|
||||
#apt-get -y install postgresql postgresql-client python-psycopg2
|
||||
|
@ -9615,7 +9615,7 @@ function install_mediagoblin {
|
|||
exit 278826
|
||||
fi
|
||||
|
||||
su -c "cd $MEDIAGOBLIN_WORKING_DIRECTORY && ./configure --with-python3" - mediagoblin
|
||||
su -c "cd $MEDIAGOBLIN_WORKING_DIRECTORY && ./configure" - mediagoblin
|
||||
if [ ! "$?" = "0" ]; then
|
||||
exit 462826
|
||||
fi
|
||||
|
@ -10852,7 +10852,7 @@ install_hubzilla
|
|||
#install_search_engine
|
||||
install_dlna_server
|
||||
configure_firewall_for_dlna
|
||||
#install_mediagoblin
|
||||
install_mediagoblin
|
||||
#install_ipfs
|
||||
repair_databases_script
|
||||
backup_to_friends_servers
|
||||
|
|
Loading…
Reference in New Issue