Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.11 KB

libretro-netplay-registry

Build Status

Stores a netplay registry for libretro.

Requirements

  • PHP 5.6 or higher
  • Composer
  • And the requirements that are checked with: php bin/symfony_requirements

Installation

  1. Clone repository: git clone https://github.com/libretro/libretro-netplay-registry.git
  2. Go into the directory: cd libretro-netplay-registry
  3. Install dependencies: composer install
  4. Create database: php bin/console doctrine:database:create

Development

  1. Follow the installation.
  2. Run application: php bin/console server:run

TODO

  • Add some validation and security behind adding entries.
  • Add continuous integration.

Hosting

The server, hosted at http://lobby.libretro.com is running the following software:

  • PHP 5.5.9
  • SQLite3
  • Nginx

Documentation

For more information visit the documentation.