Skip to content

gradovenko/ProjectManagementSystem.Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProjectManagementSystem.Docker

Deploying ProjectManagementSystem.Api on Linux OS family / Windows OS

1. Install and Run

Clone application repository:

git clone https://github.com/gradovenko/ProjectManagementSystem.Docker.git

Go to the application repository directory:

cd ProjectManagementSystem.Docker

Download application:

docker-compose pull

Start application:

docker-compose up -d

2. Update

Stop application:

docker-compose down

Update repository:

git pull

Update application:

docker-compose pull

Start application:

docker-compose up -d

License

This project is not licensed (NO LICENSE). All rights to the project belong to the author of the project.

About

ProjectManagementSystem.Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published