mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
43 lines
857 B
Markdown
43 lines
857 B
Markdown
# Dependencies
|
|
|
|
## Ubuntu
|
|
|
|
Tested on Ubuntu 14.04LTS, 16.04LTS and 17.04. Package names and repositories may vary. Please note that 14.04LTS comes with Python 3.4 which may be insufficient.
|
|
|
|
### Core
|
|
Required for base auth site
|
|
|
|
#### Python
|
|
|
|
python3 python3-dev python3-mysqldb python3-setuptools python3-mysql.connector python3-pip
|
|
|
|
#### MySQL
|
|
|
|
mariadb-server mysql-client libmysqlclient-dev
|
|
|
|
#### Utilities
|
|
|
|
unzip git redis-server curl libssl-dev libbz2-dev libffi-dev
|
|
|
|
## CentOS 7
|
|
|
|
### Add The EPEL Repository
|
|
|
|
yum --enablerepo=extras install epel-release
|
|
yum update
|
|
|
|
### Core
|
|
Required for base auth site
|
|
|
|
#### Python
|
|
|
|
python python-devel MySQL-python python-setuptools mysql-connector-python python-pip bzip2-devel
|
|
|
|
#### MySQL
|
|
|
|
mariadb-server mariadb-devel mariadb
|
|
|
|
#### Utilities
|
|
|
|
gcc gcc-c++ unzip git redis curl nano
|