Skip to content

NutellaTN/glo7008-lab0

 
 

Repository files navigation

Sample App

This app is written in Python, and can be deployed on an Ubuntu 20.04 instance with the following commands:

apt-get update
apt-get install -y --no-install-recommends build-essential python3 python3-pip python3-dev nginx uwsgi-core
pip3 install pipenv
cp nginx-app.conf /etc/nginx/conf.d/

# App is now ready to run using the script:
./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.5%
  • CSS 15.8%
  • Shell 15.3%
  • Python 8.6%
  • Dockerfile 5.8%