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
- Host: GitHub
- URL: https://github.com/liebsen/lifein-app
- Owner: liebsen
- Created: 2017-08-04T14:33:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T18:09:39.000Z (over 8 years ago)
- Last Synced: 2025-02-21T10:44:29.042Z (over 1 year ago)
- Language: CSS
- Size: 4.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeIn Admin

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.