Skip to content

charalambospapa/socialblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialblog

  1. Clone the repository:

    git clone git@github.com:charalambospapa/socialblog.git
     

  2. If you are using a Python 3 version, virtual environment support is included in it, so all you need to do to create one is this:

    python3 -m venv venv

    ( If you are using any version of Python older than 3.4 (and that includes the 2.7 release), virtual environments are not supported natively. For those versions of Python, you need to download and install a third-party tool called virtualenv before you can create virtual environments. Once virtualenv is installed, you can create a virtual environment with the following command: virtualenv venv )
     

  3. Regardless of the method you used to create it, you should have your virtual environment created. Now you have to tell the system that you want to use it, and you do that by activating it. To activate your brand new virtual environment you use the following command:

    source venv/bin/activate
     

  4. Run the command:

    pip install -r requirements.txt
     

  5. Finally run this command:

    flask run
     

  6. Open a browser and visit: http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published