Skip to content

vrwired/copelandia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.2%
  • JavaScript 9.3%
  • CSS 7.0%
  • HTML 3.5%
  • Objective-C 2.1%
  • C++ 0.9%
  • Other 1.0%