INSTALL-GUIDE

Get the source:

Clone the git repository:

git clone https://github.com/AmriteshKr8/hyperef.git

Enter its directory:

cd hyperef

Configuration(Optional but Recommended):

Change the web-password:

nano installer/database.sql

Change the default username and password on this line:

insert into admins(name,password) values('admin','admin@!#+330');

Edit creds.php:

nano webserver/admin/creds.php

Change the default mysql password on these two lines:

$password = "rootuser123#";
$passwd = "rootuser123#";

NOTE: Edit both lines to have matching passwords

Personalization(Just do it):

Change the Placeholders:

nano webserver/index.php

Change these lines(2,3):

$NAME = "HYPEREF"; //change this
$NAME_S = "H Y P E R E F"; //and this

Edit login.html:

nano webserver/login.html

Change these lines(5,7,14):

<title>Hyperef</title> <!-- CHANGE THIS NAME -->
const word = 'H Y P E R E F'; // CHANGE THIS TOO
<h2 class="centered" id="heading2"><font face="anurati">[ E V E N T N A M E ]</font></h2> <!-- RENAME THIS DEFINITELY -->

Run the installer:

sudo sh installer/install

NOTE: The installer will ask for the mysql-password during install.

Please refer to installer-docs for advanced options