Skip to content

projectcatena/cloudlabs-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudLabs Server

This repository contains the source code for the backend system of the CloudLabs project. The backend system of the project is based on the Spring Boot framework, developed using Java.

How to Deploy

You may easily deploy a local instance of the project using docker/podman.

# Build the docker image (include --progress=plain --no-cache to observe stdout)
docker build  -t cloudlabs/server .

# Run guacd
docker run --name some-guacd -d -p 4822:4822 guacamole/guacd

# Run the image on default port (or add --server.port=9000 for custom port)
docker run -p 8080:8080 cloudlabs/server 

How to Contribute

  1. Clone the repository.
git clone -b staging git@link_of_repo
  1. Create and switch to a new branch
git switch -c your-new-branch-name
  1. Commit changes after development
git commit -m "Describe your changes"
  1. Push to remote repository
git push -u origin your-branch-name

About

CloudLabs Backend built with Spring Boot and Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published