Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions 4.-Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Plug&Play-1.0RC, is componed by two web2py applications:

## Install:

You must clone the github repo, under the applications directory in the web2py installation:
You must clone the github repository, under the applications directory in the web2py installation:

`cd path_to web2py`

`git clone https://github.com/poderopedia/plug-and-play-1.0-RC applications`

This will create two folder under the applications directory (admin and poderopedia)
This will create two folders under the applications directory (admin and poderopedia)


##Initial Configuration
Expand All @@ -42,7 +42,6 @@ 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.
* db.py - tou must
* document_cloud.py - contains the credentials to autentificate in DocumentCloud.org.

You must write your settings in these 3 files.
Expand Down Expand Up @@ -78,7 +77,7 @@ For pre-populate the data you must access to the following url in localhost: `ht
##Retrieve Documents Metadata from DocumentCloud (admin)
If you have a Repo in DocumentCloud, you may choose to link all documents in that repo, with Plug&Play.
For that purpose you have to choose the 'Load metadata from DocumentCloud' option in the Adminstration > DocumentCloud Menu.
The operation takes time if you have a large repo.
The operation takes time if you have a large repository.

##Testing the Frontend (poderopedia)
In localhost, you must check `http://localhost:8000/`.
Expand Down