Makiato1999 / EduManageSystem

A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.

Home Page:https://hub.docker.com/repository/docker/makiato1999/edu-manage-system-repo/general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EduManageSystem

A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.

Application Deployment Guide

Before proceeding, ensure that Docker is installed on your system. You can download and install Docker from Docker's official website.

Pulling the Docker Image

First, pull the image from Docker Hub:

docker pull makiato1999/edu-manage-system-repo:1.0

Running the Container

To run the container in the background, use the following command:

docker run -d -p 8080:8080 --name edu-manage-system makiato1999/edu-manage-system-repo:1.0

Options Explained

  • -d: Run the container in detached mode (in the background).
  • -p 8080:8080: Map port 8080 of the container to port 8080 on the host. Adjust the ports as necessary for your application.
  • -name edu-manage-system: Name the container edu-manage-system for easy reference.

Starting the application

Access the app by http://localhost:8080/

About

A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.

https://hub.docker.com/repository/docker/makiato1999/edu-manage-system-repo/general

License:Apache License 2.0


Languages

Language:CSS 59.1%Language:HTML 24.0%Language:Java 16.0%Language:JavaScript 0.7%Language:Dockerfile 0.1%Language:Shell 0.1%