Skip to content

betauia/betauia.net

Repository files navigation

BetaWEB

Overview

Description: The student organization Beta's website.

Purpose: BetaDEV is trying to improve the old website.

Installation

Prerequisites

  • Git: Used to clone the repository, download here.
  • Docker: Used to create and run containers, download here.
  • Docker Compose: Used to define and run multi-container Docker applications, included in Docker Desktop (or follow the installation instructions).

Steps

  1. Clone the repository:
git clone https://github.com/betauia/betauia.net
  1. Navigate to the project directory:
cd betauia.net
  1. Build and start the Docker containers:
docker compose up --build

Usage

Running the application

  • Start the development application:
docker compose up
  • Start the production application:
docker compose -f compose.yaml -f compose-prod.yaml up -d

Stopping the application

  • Stop the application
docker compose down

Additional Docker Commands

  • To view running containers:
docker compose ps
  • To build containers:
docker compose build

Gamejams

If you want to clone the games from game jams, use:

git clone --recurse-submodules <repo name>