https://github.com/jplusplus/v2.jplusplus.org
J++ Web Site – Second version
https://github.com/jplusplus/v2.jplusplus.org
Last synced: 10 months ago
JSON representation
J++ Web Site – Second version
- Host: GitHub
- URL: https://github.com/jplusplus/v2.jplusplus.org
- Owner: jplusplus
- Created: 2014-04-23T14:23:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T08:23:34.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:55:29.223Z (about 2 years ago)
- Language: Python
- Homepage: http://jplusplus.org
- Size: 8.05 MB
- Stars: 5
- Watchers: 14
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Journalism++ Web Site
=====================
_Copyright © 2014, Journalism++_
## Features
- CMS with [Django-CMS 3](https://www.django-cms.org/)
- I18n
- Mosaïc to present projects
- Trombinoscope
- Map
- Contact form

## 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