GameAP full auto installation scripts
| Operating System | Version | Supported | Notes |
|---|---|---|---|
| Debian | sid | ✔ | Unstable distributive. Latest manual test: 26.07.2019 |
| 10 / buster | ✔ | ||
| 9 / stretch | ✔ | Additional PHP repo is needed | |
| 8 / jessie | ✔ | Additional PHP repo is needed | |
| 7 / wheezy | ✘ | No repositories with PHP >= 7.1 | |
| 6 / squeeze | ✘ | No repositories with PHP >= 7.1 | |
| Ubuntu | 20.04 / focal | ✔ | |
| 19.10 / eoan | ✔ | ||
| 19.04 / disco | ✔ | ||
| 18.04 / bionic | ✔ | ||
| 16.04 / xenial | ✔ | ||
| 14.04 / trusty | ✔ | Additional PHP repo is needed | |
| 12.04 / precise | ✘ | No repositories with PHP >= 7.1 | |
| CentOS | 8 | ✔ | |
| 7 | ✔ | Additional PHP repo is needed. | |
| 6 | ✔ | Additional PHP repo is needed. Additional MySQL Repo is needed |
Download script and set execute permissions:
curl https://raw.githubusercontent.com/gameap/auto-install-scripts/master/install.sh \
--output install-gameap.sh
chmod +x install-gameap.sh
./install-gameap.sh
./install-gameap.sh --path=/var/www/gameap \
--host=your-gameap.ru \
--web-server=nginx \
--database=mysql
--pathPath to GameAP directory.--hostWeb host.--web-serverWeb server. Possible values:nginx,apache,none--databaseDatabase. Possible values:mysql,pgsql,sqlite,none--githubBuild GameAP from GitHub. Script will build styles and install PHP dependencies.