Thanks to visit codestin.com
Credit goes to github.com

Skip to content

weareburo/docpad-plugin-inlinegui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inline GUI Plugin for DocPad

Build Status NPM version Gittip donate button Flattr donate button PayPayl donate button

Adds the Web Write Inline GUI/CMS to your DocPad project

Install

docpad install restapi inlinegui

Development

Install global dependencies:

npm install -g coffee-script docpad

Setup the docpad plugin:

git clone https://github.com/docpad/docpad-plugin-inlinegui.git inlinegui
cd inlinegui
npm install
cake compile
npm link
cake dev

Setup the inline gui interface:

git clone https://github.com/webwrite/inlinegui.git inlinegui.docpad
cd inlinegui.docpad
docpad install
docpad run --port 9779

Setup the test website:

git clone https://github.com/docpad/editable.docpad.git editable.docpad
cd editable.docpad
docpad install
docpad install restapi
npm link docpad-plugin-inlinegui
docpad run --port 9778

Open the inline gui interface at http://localhost:9779/ in your web browser which will communicate with the website at http://localhost:9778/ via the rest api plugin

History

You can discover the history inside the History.md file

Contributing

You can discover the contributing instructions inside the Contributing.md file

License

Licensed under the incredibly permissive MIT License
Copyright © 2013+ Myplanet Internet Solutions Ltd. [email protected]

About

Plugin that brings Web Write's Inline GUI/CMS to DocPad

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published