Skip to content

creatorsgarten/WikiBangkok

 
 

Repository files navigation

WikiBangkok

Development

  • Clone the repository.

  • Create .env file based on .env.example:

    cp .env.example .env
  • Create config/Secrets.php file based on config/Secrets.example.php:

    cp config/Secrets.example.php config/Secrets.php
  • Start Docker Compose:

    docker compose up -d
  • Restore database:

    docker compose exec -T db mysql -pmediawiki < config/db.sql
  • You should be able to access the wiki at http://localhost:8080/

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.1%
  • VCL 37.7%
  • Shell 4.2%