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

https://github.com/codeispoetry/sharepicgenerator3

Sharepicgenerator
https://github.com/codeispoetry/sharepicgenerator3

Last synced: 11 months ago
JSON representation

Sharepicgenerator

Awesome Lists containing this project

README

          

# Sharepicgenerator

## Installation
```
cd public
composer install
npm install
npm run scss
npm run js

make shell -> php install.php

# just for local development
mkdir logs && chmod 777 logs
mkdir users && chmod 777 users
mkdir tmp && chmod 777 tmp
chmod 777 data
chmod 777 data/users.db
```

Create a config-file from config.iniSAMPLE.

Create templates-css-files with
```
npm run de:scss
```

## Translation
```bash
make translation-prepare
make translate
make stop up
```

## CLI
```bash
./cli.php create
./cli.php set_role
./cli.php delete

```