Skip to content

panic-Patrick/sharepicgenerator3-np

 
 

Repository files navigation

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

make translation-prepare
make translate
make stop up

CLI

./cli.php create <user> <password>
./cli.php set_role <user> <role: admin>
./cli.php delete <user>

About

Sharepicgenerator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 33.4%
  • HTML 27.6%
  • JavaScript 20.8%
  • SCSS 11.2%
  • CSS 5.7%
  • Makefile 0.5%
  • Other 0.8%