PvJScorebot/Scorebot-Core

How to install this in Ubuntu 18.04 ?

Opened this issue · 1 comments

x0341 commented

Hi @iDigitalFlame @gi0cann do you know how to install this in Ubuntu 18.04 ?

Nuno

The script (with a couple additions should work on ubuntu)

Line 54 and 55 can be replaced with:
run "apt-get update" 1> /dev/null
run "apt-get upgrade -y"
Line 108 with:
run "apt-get install -y mariadb"
Line 142 with:
run "apt-get install -y apache mod_wsgi python python-pip python-virtualenv python-django gcc mariadb-clients python-mysqlclient"
Finally line 190:
run "apt-get install -y apache"

Note: Some of the names of the packages may be different in ubuntu repos which may cause these edits to fail.
Please let me know if this allows you to install all the required deps. If the issue still persists, I can spin up an Ubuntu instance to check.

Thanks!