Skip to content

probe-nitt/probe-legacy

Repository files navigation

Probe Website

The website that will contain all information and handle registrations for PROBE 2022.

Setup

Prerequisites

  1. Install PHP (Preferably >= 7.0). Finishing the LAMP stack installation with phpmyadmin installation will help
  2. Install Composer
  3. Install PHP Extensions (MBString, Ext, Curl, GD, DOM). On Ubuntu for php7.0 you could do apt install php7.0-gd php7.0-curl php7.0-ext php7.0-dom. You may need to uncomment the corresponding lines in your php.ini if necessary.

Project Installation

  1. Clone the repo
  2. Install dependencies - composer install
  3. Copy contents of .env.example to a new file .env
    • Set DB_USERNAME and DB_PASSWORD to your localhost mysql credentials
  4. Create API Key - php artisan key:generate
  5. Create a DB probeand change DB_DATABASE in .env
  6. Run Migrations - php artisan migrate
  7. Start FestAPI Server - php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published