#Founded in Macedonia Developed at G6
###Requirements
- PHP >= 5.4
- MCrypt PHP extension
- Apache/nginx web server
- Relational database (tested with PostgreSQL and MySQL)
- Composer
- Bower
###How to install
- Clone the code from this repository
- Install the back-end dependencies using
composer install - Setup an vhost that points to the
public/directory - Install the front-end dependencies using
bower install - Rename (or make a copy) of the
.env.examplefile to.envand change the configuration as you need - Run
php artisan migrateandphp artisan db:seedto prepare the database - You can now log in to the admin panel using:
- email:
admin@foundedin.mk - password:
admin123!
After you log in, don't forget to create a new user and delete the default one.