Giter VIP home page Giter VIP logo

doctrac's Introduction

doctrac

PSU document tracking system

Building and running locally

(instructions apply to Ubuntu and Debian systems, adapt instructions to other OS as needed)

  1. Install php7, php composer, mysql, git

  2. Install package dependencies listed on package-dependencies.txt, e.g.

sudo apt install php-domstring php-xml php-mysql
  1. Run composer update to install php vendor dependencies required by laravel

  2. Copy the file .env.example to .env

  3. Edit the file .env according to your mysql setup. Particularly, edit the fields DB_DATABASE, DB_USERNAME, and DB_PASSWORD.

  4. Run php artisan key:generate

  5. Run php artisan migrate:fresh

  6. Run php artisan serve

Optional dependencies

  1. install redis-server and laravel-echo-server
  2. edit .env, set BROADCAST_DRIVER and QUEUE_DRIVER to redis
  3. run the worker: php artisan queue:work
  4. run the echo server: laravel-echo-server start

doctrac's People

Contributors

nvlled avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.