Running

First running

To run this amazing piece of software you should enter into virtualenv mode and then go to src/ directory and run theese commands:

$ source env/bin/activate
(env)$ cd src/
(env)$ python manage.py runserver
    * Running on http://127.0.0.1:5000/
    * Restarting with reloader

If you open the url (http://127.0.0.1:5000/) in a browser you can see the index of Flask+HTMLBlog. You can configure some parameters of your blog editing the configuration file, config/settings.py.

Project Versions

Table Of Contents

Previous topic

Configuration

This Page