Stores a netplay registry for libretro.
- PHP 5.6 or higher
- Composer
- And the requirements that are checked with:
php bin/symfony_requirements
- Clone repository:
git clone https://github.com/libretro/libretro-netplay-registry.git
- Go into the directory:
cd libretro-netplay-registry
- Install dependencies:
composer install
- Create database:
php bin/console doctrine:database:create
- Follow the installation.
- Run application:
php bin/console server:run
- Add some validation and security behind adding entries.
- Add continuous integration.
The server, hosted at http://lobby.libretro.com is running the following software:
- PHP 5.5.9
- SQLite3
- Nginx
For more information visit the documentation.