Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!

Andrew 69aeaed8bd things пре 23 часа
.idea 69aeaed8bd things пре 23 часа
app 69aeaed8bd things пре 23 часа
public c452eb4b4d initial commit пре 3 недеља
.gitignore 1bbd6316c3 add thumbnail generation and additional routes пре 3 недеља
README.md c452eb4b4d initial commit пре 3 недеља
composer.json 3d8f516092 stuff пре 3 недеља
composer.lock c452eb4b4d initial commit пре 3 недеља
config.ini.example fa89b1a8fc things пре 3 дана
log.ps1 c452eb4b4d initial commit пре 3 недеља

README.md

Hajeebtok Backend

Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!

Setup

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

Database

Hajeebtok uses MariaDB as a database. Run hajeebtok.sql on your database to automatically setup the structure.