Skip to content

mikeyPower/cv_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv_site

Running Site for first time (Ubuntu 16.04)

   1: install pip using 'sudo apt install python-pip'
      Run The Following Commands:
   2: sudo pip install virtualenv
   3: virtualenv flask
   4: source flask/bin/activate (this starts the environment)
   5: ./install.sh
   6: python views.py (to run the app)
   7: in your web browser localhost:5000

Running Site forever after

   1: source flask/bin/activate (this starts the environment)
   2: python views.py (to run the app)
   3: in your web browser localhost:5000

Prerequisite

In order to install all python modules needed run the following command.

$ ./install.sh

Run

$ cd app/
$ python views.py

in your web browser type localhost:5000

About

Website in flask that will be used as a personal CV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published