This is the repository for the website for Invisible Wings: Chapter One.
Note: This repository has been archived. The content of this website has been merged into audune.com.
This site is made in PHP using Feather. The provided Dockerfile builds an image that installs PHP and JS dependencies and serves the site using Apache2 with mod_php.
An image from this Dockerfile will be built and published to the GitHub Container Registry on every push or pull request using a GitHub action.
You can pull the current version of the image with the following command:
docker pull ghcr.io/audunegames/invisiblewingsgame.com:master
Other versions of the package can be found here.
Install Apache2 with PHP >= 8.0 and Composer, and NodeJS and npm. Clone the repository inside of the root of the web server. Install the PHP dependencies with Composer and the JS dependencies with npm, then browse to the web files.