Skip to content

bllevy2/projectRena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrutinizer Quality Score SensioLabsInsight

Documentation

http://eve-kill.github.io/projectRena/api/

Project Rena

ProjectRena is a complete from the ground up rewrite of the backend for EVSCO/EVE-KILL

WARNING

Project Rena is in development and shouldn't be used by anyone! If you do use it, then good luck to you! ;)

Contact

#esc-dev on irc.coldfront.net http://chat.mibbit.com/?channel=%23esc-dev&server=irc.coldfront.net

LICENSE

MIT, check LICENSE for more information

Requirements

  • PHP 5.6 / HHVM 3.*
  • Nginx
  • Linux
  • MariaDB 10+ with TokuDB
  • Composer
  • cURL and PHP5-cURL
  • Redis and PHP5-Redis

Installation

  1. Clone to a directory of your choice
  2. Setup Nginx to point at the public/ dir
  3. Install vendor files with composer
  4. Copy config_new.php to config.php under config/
  5. Edit config.php with database information and so forth
  6. Run update with: php Rena update
  7. Setup migrations: php Rena init
  8. Edit phinx.yml with database information
  9. Run database migration: php Rena migrate
  10. Setup supervisor with scripts from external
  11. Install Stomp (extract pecl.tar run phpize && ./configure && make && make install then create /etc/php5/cli/conf.d/20-stomp.ini with extension=stomp.so inside)
  12. Enjoy

About

EVE-KILL killboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.6%
  • HTML 8.2%
  • Other 1.2%