Difference between revisions of "Installation:requirements"

From PrometheusIPN Wiki
Jump to: navigation, search
m
Line 10: Line 10:
  
 
==== List of web hosts confirmed to be working with Prometheus ====
 
==== List of web hosts confirmed to be working with Prometheus ====
* GameSwitchers - Works great for Prometheus
+
* [https://billing.gameswitchers.co.uk/aff.php?aff=12 GameSwitchers] - Works great for Prometheus
* NFOServers - ''Pretty cheap, but USA based''
+
* [https://www.nfoservers.com/order-webhosting.php NFOServers] - ''Pretty cheap, but USA based''
* GoDaddy - ''Since they use IIS it's highly likely the first time you install Prometheus it'll throw a 500 internal server error. Just contact their support if that happens.''
+
* [https://uk.godaddy.com/hosting/web-hosting?isc=gofheny06 GoDaddy] - ''Since they use IIS it's highly likely the first time you install Prometheus it'll throw a 500 internal server error. Just contact their support if that happens.''
* Avalanche hosting
+
* [https://avalanchehosting.co.uk/shared.php Avalanche hosting]
 
* Nitrous Networks
 
* Nitrous Networks
* Serenity Servers
+
* [https://www.serenityservers.net/webhosting/ Serenity Servers]
  
 
If you have experience with Linux servers I'd suggest just getting a DigitalOcean droplet for $5 to run a webserver on. Though '''don't do this if you have no idea what you're doing.'''
 
If you have experience with Linux servers I'd suggest just getting a DigitalOcean droplet for $5 to run a webserver on. Though '''don't do this if you have no idea what you're doing.'''

Revision as of 18:43, 16 October 2015

WEBSITE REQUIREMENTS
  • PHP 5.4 or greater
  • A MySQL database
  • pdo_mysql extension enabled in your php.ini
  • cURL enabled in your php.ini
  • mbstring
  • php-xml
  • url_allow_fopen enabled in php.ini
  • OpenSSL ( With HTTPS wrapper )

List of web hosts confirmed to be working with Prometheus

If you have experience with Linux servers I'd suggest just getting a DigitalOcean droplet for $5 to run a webserver on. Though don't do this if you have no idea what you're doing.

(This list is a draft)

Website installation instructions found here

How to check if your webserver supports Prometheus

Download the requirement checker and extract it on your webserver. Then visit the file called prometheus_check.php. It will now tell you if your PHP version can run Prometheus

LUA REQUIREMENTS

Lua prerequisites / requirements

  • The MySQLoo module from here or the tMySQL module from here

Install instructions found here