Skip to content

langaracpsc/langaracpsc-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Langara Computer Science Club Website Setup Guide

Prerequisites

  • Docker: Version 20.10.17 or higher
  • Docker Compose: Version 2.5.0 or higher

Verify your Docker and Docker Compose versions by running:

docker --version
docker-compose --version

Table of Contents

  1. Cloning the Repository
  2. Configuration
  3. Building the Docker Image
  4. Running the Container
  5. Troubleshooting

Cloning the Repository

Clone the repository to your local machine:

Building the Docker Image

Build the Docker image:

docker build -t langaracpscnext:latest .

Running the Container

Start the container:

docker run -p 3000:3000 langaracpscnext:latest

Access the Langara Computer Science Club site at http://localhost:3000.

Troubleshooting

Here are some common issues and their solutions:

  1. Error: OCI runtime create failed

    • Ensure Docker is properly installed and running.
    • Try restarting the Docker service or your computer.
  2. Error: Failed to load resource: net::ERR_CONNECTION_REFUSED

    • Check if the container is running: docker ps
    • Inspect container logs: docker logs <container_id>

For additional support, please open an issue on the GitHub repository or contact the Langara CPSC Club administrators.