Skip to content
Snippets Groups Projects
Commit 3a3308c3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Try mediagoblin with python 2

parent e7fc3966
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment