SoftInstigate / restheart-blog-example

Example blog application built with RESTHeart and AngularJS
GNU Affero General Public License v3.0
9 stars 6 forks source link

Setup instructions are hard to follow #3

Closed mkjsix closed 9 years ago

mkjsix commented 9 years ago

The README file looks incomplete or misleading, we should provide some little better explanation. For example:

Copy the restheart.jar binary in the blog application directory (this is to avoid editing the paths in the configuration file, since these must be relative to the restheart jar file)

Exactly in which path the file should be put?

Then there's a double app folder: restheart-blog-example/app/app which seems to be a mistake. Shouldn't probably be restheart-blog-example/app/components?

mkjsix commented 9 years ago

Fixing the folder structure right now...