Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!
|
il y a 1 jour | |
---|---|---|
.idea | il y a 1 jour | |
app | il y a 1 jour | |
public | il y a 3 semaines | |
.gitignore | il y a 3 semaines | |
README.md | il y a 3 semaines | |
composer.json | il y a 3 semaines | |
composer.lock | il y a 3 semaines | |
config.ini.example | il y a 3 jours | |
log.ps1 | il y a 3 semaines |
Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!
git clone http://git.buttplugstudios.xyz/andrew/hajeebtok-backend.git
cd hajeebtok-backend
# Config
mv config.ini.example config.ini
nano config.ini
# User Content setup
mkdir usercontent
cd usercontent
mkdir videos
mkdir pictures
cd ..
# PHP Setup
composer install
php -S 0.0.0.0:8080 -t public
# please run this with any other web server
# other than the php one
Hajeebtok uses MariaDB as a database. Run hajeebtok.sql on your database to automatically setup the structure.