i write with nginx in mind so your mileage may vary on apache, but i think these are the required steps
anyway set up a mariadb or mysql database server, create a database with utf8mb4 collation
copy config.example.ini, rename it to config.ini and fill in the database info (leave charset untouched)
install nodejs for npm and run "npm -g install typescript less"
make sure you have composer installed and run composer install in the root directory, this should do everything to get misuzu going
a lot of administration is done manually because misuzu is really only intended to run on flashii.net
anyway set up a mariadb or mysql database server, create a database with utf8mb4 collation
copy config.example.ini, rename it to config.ini and fill in the database info (leave charset untouched)
install nodejs for npm and run "npm -g install typescript less"
make sure you have composer installed and run composer install in the root directory, this should do everything to get misuzu going
a lot of administration is done manually because misuzu is really only intended to run on flashii.net