Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a simple web application using [Python Flask](http://flask.pocoo.org/) and [MySQL](https://www.mysql.com/) database.
This is used in the demonstration of development of Ansible Playbooks.

## While running the ubuntu image , port should be mapped with some input fields (-i) and terminal (-t)
docker run -it -p 5000:5000 ubuntu bash
-p tag will prevent further coming errors regarding the site opening !

Below are the steps required to get this working on a base linux system.

Expand All @@ -13,7 +17,7 @@ This is used in the demonstration of development of Ansible Playbooks.

Python and its dependencies

apt-get install -y python python-setuptools python-dev build-essential python-pip python-mysqldb
apt-get install -y python3 python-setuptools python-dev build-essential python-pip python-mysqldb


## 2. Install and Configure Web Server
Expand Down