git clone https://github.com/AmriteshKr8/hyperef.git
cd hyperef
nano installer/database.sql
insert into admins(name,password) values('admin','admin@!#+330');
nano webserver/admin/creds.php
$password = "rootuser123#"; $passwd = "rootuser123#";
nano webserver/index.php
$NAME = "HYPEREF"; //change this $NAME_S = "H Y P E R E F"; //and this
nano webserver/login.html
<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 -->
sudo sh installer/install