Skip to content

jplusplus/v2.jplusplus.org

Repository files navigation

Journalism++ Web Site

Copyright © 2014, Journalism++

Features

  • CMS with Django-CMS 3
  • I18n
  • Mosaïc to present projects
  • Trombinoscope
  • Map
  • Contact form

screenschot

Requirements

System dependencies

$ sudo apt-get install build-essential python-dev python-pip virtualenv sqlite3

Node Dependencies (coffeescript & Less)

$ npm install

Installation

This script will

  • install a virtualenv
  • download all python dependencies inside
  • initialize the database (with sqlite)
$ make install

Launch development server

$ make run