Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poderopedia/powermapa
CMS for Poderopedia
https://github.com/poderopedia/powermapa
Last synced: 18 days ago
JSON representation
CMS for Poderopedia
- Host: GitHub
- URL: https://github.com/poderopedia/powermapa
- Owner: poderopedia
- License: other
- Created: 2013-05-28T21:18:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-21T16:18:27.000Z (over 11 years ago)
- Last Synced: 2024-08-01T00:57:04.301Z (3 months ago)
- Language: JavaScript
- Size: 18.2 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SetUP PowerMapa
======##Contents:
* Requirements
* Initial Configuration##Requirements
* github
* Python 2.7 installed
* web2py Framework installed and running.
* A Database (MySql or PostgreSQL) installed
* Additional Python libs urllib2, request, libxml2, [rdflib](https://github.com/RDFLib), [rdfAlchemy](https://rdfalchemy.readthedocs.org/en/latest/)
* Web Server (for Production environments) Nginx / Apache (script for config both web-servers are provided in the Script directory). Example `scripts> . setup-web2py-nginx-uwsgi-on-centos.sh`##Optional Requirements for Production
* Memcached (if you plan use a caching server)## Install:
You must clone the github repo, under the applications directory in the web2py installation:`cd path_to web2py/applications`
`git clone https://github.com/poderopedia/powermapa.git`
##Initial Configuration
There are 3 main config files in the models directory:* 0.py - contains all mayor settings (database_uri, meta-content, application name, mail-server settings, etc.)
* 0_memcached - the connection config for the memcached server.
* document_cloud.py - contains the credentials to autentificate in DocumentCloud.org.You must write your settings in these 3 files.
##Testing the Installation
In localhost, you must check http://localhost:8000/powermapa
At this point you have created all data models in your database, you only need Pre-polulate some data. Before this you need change the migrate attribute in the file 0.py from True to False, for example: `settings.migrate=False`##Pre - Populate:
Before running the full application you needs some initial data (pre-polulate the database and identifying the super-Adminsitrator.
For pre-populate the data you must access to the following url in localhost: `http://localhost:8000/powermapa/install`That's it.