Skip to content

subash003/Simple-Nginx-Webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Nginx WebApp

Docker based Simple Web Application on Nginx server

For Education Use only

Setting up the testing Environment

Prequistics: Installing docker and docker-compose on your system

For debain based distros ex. Ubuntu, Kali Linux etc. use the following commands

apt install docker.io
apt install docker-compose

For Windows,mac and other distros please refer the following guides:

Spinning the Image:

  • Clone or download the repository
  • run docker-compose up -d
  • Your website should be up & running on http://localhost:8000/

homepage

About

Sample Web Application on Nginx server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • HTML 46.2%