fabiopiovam / movase

Website / Blog developed with Django

Home Page:http://movase.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mova-se!

Website / Blog developed with Django

Installation / Usage

  1. Clone the project

    $ git clone https://github.com/laborautonomo/movase.git
    $ cd movase
  2. Create and active vitualenv

    $ virtualenv venv
    $ source venv/bin/activate
  3. Download and install requirements with pip

    $ pip install -r requirements.txt
  4. Configure the project in movase/settings.py file

  5. Syncronize database with $ python manage.py syncdb

  6. Collect static files with $ python manage.py collectstatic

  7. Finally, run $ python manage.py runserver

Internet Archive importing contents

The ia_client_api APP import the archive.org contents to CMS APP using Bookmarks list as reference.

Using the IA_CLIENT_API

  1. Set the IA_BOOKMARKS parameter of movase/settings.py
  2. Call the command to import content: $ python manage.py ia_import

References

About

Website / Blog developed with Django

http://movase.info

License:GNU General Public License v3.0


Languages

Language:CSS 37.5%Language:HTML 30.8%Language:Python 16.5%Language:JavaScript 15.2%Language:Ruby 0.1%