https://github.com/codeispoetry/sharepicgenerator3
Sharepicgenerator
https://github.com/codeispoetry/sharepicgenerator3
Last synced: 11 months ago
JSON representation
Sharepicgenerator
- Host: GitHub
- URL: https://github.com/codeispoetry/sharepicgenerator3
- Owner: codeispoetry
- License: gpl-3.0
- Created: 2023-11-06T07:00:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T07:19:38.000Z (11 months ago)
- Last Synced: 2025-08-11T09:24:01.953Z (11 months ago)
- Language: PHP
- Size: 23.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```