All Projects → Lullabot → Copelandia

Lullabot / Copelandia

Copelandia

Copelandia is a proof of concept for a [COPE] (http://blog.programmableweb.com/2009/10/13/cope-create-once-publish-everywhere/) oriented Drupal site, to decouple the Drupal Backend from the Frontend.

INSTALLATION

  1. Clone this repository's project.
  2. Set up a local virtualhost, such as copelandia.local pointing to root-of-this-project/docroot.
  • Also add the entry at your hosts file.
  1. Install the site by going to http://copelandia.local/install.php
  • You can also install Drupal via Drush.
  1. Enable the following modules: copelandia, copelandiarecipes, copelandia_rest.
  2. Open http://copelandia.local in your browser. You should get the same output as the one at http://copelandia.lulladev.com.
  3. Create some recipes.

OAuth authentication

Some of the client requests need OAuth authentication. For example, registering a user or submitting a request. Here is how to set up OAuth keys so a client website can submit authenticated requests to this site.

  1. Log in as administrator.
  2. Edit a user and open the tab "OAuth consumers".
  3. Click on "Add a consumer"
  4. Give it a name and click Save (leave callback blank and the Application context as "copelandia".
  5. Use the Application Key and Application Secret credentials to authenticate your requests.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].