ndawe / masterclass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a file config.php containing the following:

<?php
$username = "mysqluser";
$password = "mysqlpw";
$hostname = "localhost";
$database = "mysqldb";
$studentpw = "studentpassword";
$adminpw = "adminpassword";
?>

Set the values appropriately.

To set up the database tables and users:

php -f setup.php

And download the required JavaScript libraries:

curl -O https://cdn.plot.ly/plotly-latest.min.js

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 95.9%Language:CSS 4.1%