Skip to content

TopDeckGames/HackMyDeck-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackMyDeck - Backend

Installation

  1. Open command line and install the dependencies :
curl -sS https://getcomposer.org/installer | php
php composer.phar install

2. Configure the database :

```bash
cp config.yml.dist config.yml
vim config.yml
# Or edit it with your favorite editor

3. Generating tables and :

```php
php console orm:schema-tool:create
php console user:add
# Follow the instructions

4. Change the permissions for : var/cache & var/logs

```bash
chmod 755 var/cache var/logs

Documentation
----------------

[Silex](http://silex.sensiolabs.org) - Silex framework website

[Documentation](http://silex.sensiolabs.org/documentation) - Developers Documentation Silex

[The Cookbook](http://symfony.com/) - Tips, tutorials and news about Symfony

About

Admin backend for updating the game content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages