Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Releases: JosiahBull/festival-api

0.2-Beta

12 Nov 00:53
07e5f94
Compare
Choose a tag to compare
0.2-Beta Pre-release
Pre-release

What's Changed

Full Changelog: 0.1-Beta...0.2-Beta

v0.1.0-beta

08 Nov 03:41
e92dd1f
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

What's Changed

Description

Initial release of the application, can be used in the development of other utilities and applications that build off of it. Note that this release is not production ready.

Deployment

Deployment is simple, through use of docker.

git clone https://github.com/JosiahBull/festival-api
cd ./festival-api
cp .example.env .env
nano .env #Update required configuration options for TLS encryption

nano ./config/general.toml #Update any general configuration options you wish to include.
nano ./config/langs.toml #Update any special languages you wish to include (ensure to modify backend.Dockerfile to install them).

docker volume create api-pgdata

chmod +x ./initalize_server.sh

docker-compose --env-file .env up #This takes a long time

Full Changelog: https://github.com/JosiahBull/festival-api/commits/0.1-Beta