Skip to content

vipervoid/Pitimi

 
 

Repository files navigation

Pitimi

Pitimi; Public Talk Manager web app primarily intended to be used by JW.

This app is under development

Development

Pre-requisites

  • PHP5.
  • Composer.
  • MySQL.
  • NPM.
  • Bower.

Setup

  1. Run: composer install.
  2. Run: npm install.
  3. Run: bower install.

Configuration

  1. Create a database schema in MySQL.
  2. Copy .env.example to .env and adjust the settings.
  3. Create database schema and seed it: php artisan migrate --seed.
  4. Create admin user: php artisan admin:create.

Happy coding!

About

Pitimi; Public Talk Manager web app primarily intended to be used by JW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.1%
  • CSS 9.6%
  • JavaScript 1.1%
  • ApacheConf 0.2%