Skip to content

muazmian/petiturl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Instructions:
- Please clone the following repository https://github.com/muazmian/petiturl
- Follow the tutorial to install Flask on your machine http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
	Flask is a Python framework used to develop this application

- Install Redis on your machine 
	@>sudo apt-get install redis

- Install Flask plugin for redis
	navigate to petiturl folder
	@>flask/bin/pip install redis

- Run application 
	@>flask/bin/python run.py

Application will launch on port 5000
	https://localhost:5000/


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages