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

https://github.com/liebsen/lifein-app

Life In App Administrator
https://github.com/liebsen/lifein-app

Last synced: about 1 year ago
JSON representation

Life In App Administrator

Awesome Lists containing this project

README

          

# LifeIn Admin

![Lifein](https://lifein-app.herokuapp.com/images/LifeIn-White.png)

This is the administration of LifeIn project.

## Install

Install [composer](https://getcomposer.org/) or type

``` bash
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```

## Run composer

``` bash
composer install
```

### Set up the web app config file and point to the api endpoints

```
nano .env
```

## Build

### Build the project

``` bash
php dist.php
```

### Set permissions to logs folder

``` bash
chmod -R 777 logs
```

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.