Inline GUI Plugin for DocPad
Adds the Web Write Inline GUI/CMS to your DocPad project
docpad install restapi inlinegui
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
You can discover the history inside the History.md file
You can discover the contributing instructions inside the Contributing.md file
Licensed under the incredibly permissive MIT License
Copyright © 2013+ Myplanet Internet Solutions Ltd. [email protected]




