-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Serge Huijsen edited this page Dec 13, 2024
·
1 revision
- Vereisten
- Stap-voor-stap Installatie
- Automatische Installatie
- Handmatige Installatie
- Probleemoplossing
Zorg dat je systeem aan deze minimale eisen voldoet:
- PHP 8.2 of hoger
- Composer
- Node.js & NPM
- MySQL/MariaDB of SQLite
- Git
- Redis (optioneel, maar aanbevolen)
git clone https://github.com/OpenMinetopia/portal.git
cd portal
De eenvoudigste manier om te installeren is via onze setup wizard:
php artisan panel:setup
De wizard helpt je met:
- Basis configuratie
- Database setup
- Mail configuratie
- Minecraft integratie
- API tokens genereren
- Redis setup (optioneel)
- Registreer een account via de web interface
- Maak de gebruiker administrator:
php artisan user:set-admin
COMPOSER_MEMORY_LIMIT=-1 composer install
sudo chown -R www-data:www-data storage bootstrap/cache
chmod -R 775 storage bootstrap/cache
- Controleer je .env database configuratie
- Verifieer dat MySQL/MariaDB draait
- Check database gebruikersrechten