https://github.com/techplexengineer/fll-em
FIRST Lego League Event Manager
https://github.com/techplexengineer/fll-em
Last synced: about 1 year ago
JSON representation
FIRST Lego League Event Manager
- Host: GitHub
- URL: https://github.com/techplexengineer/fll-em
- Owner: TechplexEngineer
- License: other
- Created: 2013-06-08T00:18:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T16:37:45.000Z (about 12 years ago)
- Last Synced: 2025-01-07T23:36:25.237Z (about 1 year ago)
- Language: PHP
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: license.txt
Awesome Lists containing this project
README
# FLL-EM: FIRST Lego League Event Manager
## Installation
1. Install
- Apache
- mod_rewrite
- MySQL
- PHP 5+
- mcrypt and PHP mcrypt extension
- ```$ sudo apt-get install php5-mcrypt && sudo service apache2 restart```
2. ```$ git clone git://github.com/TechplexEngineer/FLL-EM.git```
3. On Linux verify that the ```storage/views``` directory is writable.
## Info
This project is based on the [Laravel](http://laravel.com) Framework.
## License
FLLEM is open-source software licensed under the MIT License.