An open API service indexing awesome lists of open source software.

https://github.com/jdlabails/framelab

JD's framelab
https://github.com/jdlabails/framelab

Last synced: 8 months ago
JSON representation

JD's framelab

Awesome Lists containing this project

README

          

# Framelab
[![Build Status](https://travis-ci.org/jdlabails/framelab.svg?branch=master)](https://travis-ci.org/jdlabails/framelab)
[![Dependency Status](https://www.versioneye.com/user/projects/56abcbaf7e03c7003ba40d5c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56abcbaf7e03c7003ba40d5c)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f62308b2-5bf1-46f5-921c-ae6089afeafa/mini.png)](https://insight.sensiolabs.com/projects/f62308b2-5bf1-46f5-921c-ae6089afeafa)

## Installation

```sh
php composer.phar install --prefer-source
php app/console doctrine:schema:update --force
php app/console assets:install
php app/console assetic:dump
php app/console ppa:init
```

## Fake data loading

```sh
php app/console hautelook:doctrine:fixtures:load
```

## Connexion

If fixtures are loaded

admin/admin123