A website for remembering impudence.
Currently hosted on http://holdetstime.com
Install comes in two categories Deployment
if you are hosting the klandr-o-mat yourself, and development if you are thinking of contributing changes.
- fill out
config.personal-blank.php
and rename it toconfig.personal.php
- Create a MySQL database and run
schema.sql
on it. - Fill out the database with the appropiate data.
- Copy contents of source to the desired webserver.
The following steps are really just a personal prefernce, you might want to user XAMP or some other commands.
- fill out
config.personal-blank.php
and rename it toconfig.personal.php
- set MYSQL_PROVIDER to
localhost:3306
,MYSQL_USER
toroot
or what over setup you are going with.
- set MYSQL_PROVIDER to
- Run MySQL server by running
>mysqld --console
. If mysqld is not initialized yet follow this. - Create a MySQL database and run
schema.sql
on it (from the MySQL cli:"\. schema.sql"
). - Run
test-data.sql
on the database (Not made yet but will be) - Run
>mysql -u root
then\u <database name>
then the following:
INSERT INTO student (auid, name) VALUES ('<YOUR AUID>', '<YOUR NAME HERE>');
- Run PHP
- Windows: Use CMD
>php.exe -S localhost:1337 -t source
(we are running 5.6.30, but you might want to try a newer version like 7)
- Windows: Use CMD
- Open browser and go to
http://localhost:1337/
Second time around, you need only do step 2, 6, and 7. (You could create a .bat/sh file that does this)
Any contribution is greatly appricated, be it issue or pull request.
See ROADMAP for inspiration.
License: AGPL