You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
application | 1 year ago | |
configuration | 6 months ago | |
epilogue@1a2dbbe65b | 6 months ago | |
scripts | 1 year ago | |
sitedata | 4 years ago | |
.dockerignore | 6 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 6 months ago | |
Dockerfile | 6 months ago | |
README.md | 1 year ago | |
docker-compose.yml | 1 year ago |
README.md
Glitch City Laboratories Source Code Repository
This version of Glitch City Laboratories - tentatively v3.5 - is implemented as a self-contained web application residing in a Docker container.
As of 9 August 2016 this version of GCL is live on the Monarch Pass server. All development will be done in this repo.
Info about the test database
The test database is a small collection of wiki pages, boards, and posts. There is an admin user (username Abwayax
, password testadmin
).
VisualEditor
As of 15 June 2019 (MediaWiki 1.32) the VisualEditor extension is included. This requires a Parsoid service, which is not included. See the docker-compose.yml
for details.
Commands
Build development environment
docker-compose build
Start development environment
docker-compose up
Follow PHP logs
docker exec glitchcityinfo_web_1 tail -f /var/log/php5-fpm.log
Dump test database
docker-compose exec db mysqldump glitchcity -ptoor