Skip to content

askeladd123/betadev-developed-development.net

 
 

Repository files navigation

BetaWEB

Overview

Description: A fork of 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/askeladd123/betadev-developed-development.net
  1. Navigate to the project directory:
cd betadev-developed-development
  1. Switch to the dockerizing branch:
git checkout dockerizing
  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

Stopping the application

  • Stop the application
docker compose down

Additional Docker Commands

  • To view running containers:
docker compose ps
  • To rebuild containers:
docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.9%
  • HTML 31.4%
  • CSS 18.3%
  • Python 8.6%
  • Dockerfile 1.8%