A DIY blog platform for wizards and muggles.
Go to file
AJ ONeal 999dc3e320 bump version to 0.5.0 2015-01-14 23:42:47 -07:00
bin works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
components works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
views works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
.gitignore works seperate from desirae 2015-01-13 04:22:20 -07:00
.gitmodules separating deardesi/desirae 2015-01-13 03:14:56 -07:00
.jshintrc separating deardesi/desirae 2015-01-13 03:37:21 -07:00
LICENSE Initial commit 2015-01-10 21:56:45 -07:00
README.md separating deardesi/desirae 2015-01-13 03:37:21 -07:00
app.js separating deardesi/desirae 2015-01-13 03:18:13 -07:00
bower.json works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
desirae-http-api.js works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
index.html works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00
package.json bump version to 0.5.0 2015-01-14 23:42:47 -07:00
server.js works with desirae v0.9.0 as module 2015-01-15 01:41:52 -05:00

README.md

Dear Desi

A nice, friendly tool to help you get set up and start blogging with Desirae

Front-end written in AngularJS, back-end in Node.js

Install and Usage

If you're on OS X or Linux, it's as easy as pie to install and use Desirae.

First install node.js, if you haven't already.

# Install node.js/io.js v0.11.14+

echo "v0.11.14" > /tmp/NODE_VER
curl -fsSL bit.ly/easy-install-node | bash

Then install deardesi

npm install -g deardesi

And create a copy of the desirae-seed

git clone git@github.com:DearDesi/desirae-blog-template.git ~/my-desirae-blog
pushd ~/my-desirae-blog

git submodule init
git submodule update

And now fire up Dear Desi to get started

deardesi ~/my-desirae-blog 65080

Once you've done the initial setup, you can run deardesi from the commandline

deardesi ~/my-desirae-blog ~/my-desirae-blog/compiled

Create a new Post

deardesi post "My First Post"