Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!
|
2 hours ago | |
---|---|---|
.idea | 2 hours ago | |
app | 2 hours ago | |
public | 3 weeks ago | |
.gitignore | 3 weeks ago | |
README.md | 2 hours ago | |
composer.json | 2 hours ago | |
composer.lock | 3 weeks ago | |
config.ini.example | 3 days ago | |
log.ps1 | 2 hours ago |
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
mkdir fake_videos
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.