Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

hargup/metakgp-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metakgp Wiki Setup

Build Status

Dockerized for fun and profit.

Prerequisites

Setup

  • Create a .env file at the repo root with all the required secrets.
cp .env.template .env # now modify .env
  • Run:
docker-compose up

Monitor the output to make sure nothing failed.

  • Restore from backup:
./scripts/restore-from-backup.sh <path to backup>
  • Go to localhost:8080 and gaze upon its wonder.

Development

Make sure that your changes are actually being picked up. If you don't mind deleting all docker volumes, you can run ./scripts/clean-build.sh.

Todo

  • Enable remaining extensions
  • Restore images, peqp
  • Measure performance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 68.3%
  • Shell 14.8%
  • Nginx 9.0%
  • Python 7.9%