How to run the development environment:
cd env && vagrant up- Start the Vagrant virtual machinevagrant ssh- Log in to the virtual machinesudo apt install python-pip- Installs the pip modulesudo pip install ansible- Install Ansibleansible-playbook ~/simple_python_application/env/configure-vagrant.yml- Run the configuration
The application should be available on http://localhost:8080
export LC_ALL="en_US.UTF-8"export LC_CTYPE="en_US.UTF-8"sudo dpkg-reconfigure locales- Than press Enter twice