InfoSys
This is a system to keep track of as much data as possible for a role-playing convention. It is based on the needs of one such convention (Fastaval in Denmark) but might have a use for a wider audience - hence it's opensource.
Requirements
PHP 5.6
- xml
- mbstring
Mysql 5.5/5.7
Docker
There is a folder named docker in the root of the repo. Using this you can setup a dev environment fairly simple, you just need to run two docker commands and modify your hosts file. Enter the directory and run the following
docker build -t infosys .
docker run --name infosys -v
If you're on windows, substitute
Remember to add an entry to your hosts file to point infosys.local to 127.0.0.1.
The dev setup comes complete with one admin user with the following credentials
- username: admin@infosys.local
- password: password
Contact
If you have any questions, feedback or ideas, you can reach me on peter.e.lind(a)gmail.com