Copyright © 2016 Radka Janek, rhea-ayase.eu
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Please take a look at our website to see what's the bot about, full list of features, invite and configuration: https://valkyrja.app
Please read the Contributing file before you start =)
If there is a security issue, contact SpyTec#1329 on Discord or email spytec13+valkyrja@gmail.com
If you are self-hosting Valkyrja and want configuration dashboard, you'd have to run our website on a server that can connect to the self-hosted Botwinder database.
- PHP 7
- MariaDB/MySQL
git clone https://github.com/RheaAyase/Valkyrja.web.git
or download as zip- Copy
www/.env.example
towww/.env
- Configure
.env
with MariaDB/MySQL database connection and OAuth2 and bot tokens andAPP_ENV
toproduction
- Point web server of choice to
www/public/
. For further information on configuring check-out Laravel's installation guide
If you want to run website locally without the bot, do this after step 3:
- In
www/
dophp artisan migrate:install --seed
Some modifications are still required to fully configure the bot as we are currently not mocking the OAuth2 end.