wmde / wikiba.se

OLD & ARCHIVED Wikibase website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikiba.se website

This repo contains the resources of the wikiba.se website.

Build Status

Prerequisites

Installation

Run the install command:

composer install

This will install all dependencies, including Sculpin.

Site generation

For development and testing:

composer dev

For deployment to production:

composer build

You can also run Sculpin in a docker container:

docker run --rm -it -p 8000:8000 -v "/$PWD://app" php:latest sh -c "cd //app; vendor/bin/sculpin serve"

Running the tests

Change into the root directory of the project and run

composer test

Deployment

  • This site is deployed to https://wikiba.se
  • The site can be updated by the WMDE Internal IT department
  • The domain name is also controlled by the WMDE Internal IT department

About

OLD & ARCHIVED Wikibase website

License:Other


Languages

Language:HTML 89.9%Language:CSS 5.1%Language:PHP 5.0%