marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.
Other
11 stars 17 forks source link

A usability & documentation suggestion to the git readme.md install instructions #192

Closed sgehringDesign closed 9 years ago

sgehringDesign commented 9 years ago

On the read me instruction you may want to change

$ ml local bootstrap
$ ml local deploy modules

to

$ ./ml local bootstrap
$ ./ml local deploy modules

This way newbies and beginners to not have to figure out how to install ml in their path...

grtjn commented 9 years ago

+1, I prefer that style too. There could also be important bugfixes in the local ml. When you create a new project, you always get a fresh version..

grtjn commented 9 years ago

Oh actually, this is more a Roxy issue. Maybe better to move this over to https://github.com/marklogic/roxy.. or create it there as well.. and in https://github.com/marklogic/slush-marklogic-node too..

dmcassel commented 9 years ago

It's something we should address in Roxy documentation as well, but @sgehringDesign is proposing a change to demo-cat's README.

grtjn commented 9 years ago

a PR would be welcome! :)

jenbreese commented 9 years ago

@grtjn All done. :)

grtjn commented 9 years ago

Fixed in master.