├── README.md ├── __init__.py ├── deploy.sh ├── sampleSite.conf ├── sampleWsgi.wsgi └── templates └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/__init__.py -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/deploy.sh -------------------------------------------------------------------------------- /sampleSite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/sampleSite.conf -------------------------------------------------------------------------------- /sampleWsgi.wsgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/sampleWsgi.wsgi -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/FlaskDeploymentUbuntu/HEAD/templates/index.html --------------------------------------------------------------------------------