marsbard / puppet-alfresco

A puppet build script for Alfresco
MIT License
25 stars 11 forks source link

standalone install is confusing #56

Closed marsbard closed 9 years ago

marsbard commented 9 years ago

it doesn't say you have to be root, so you can run install/setup-for-standalone.sh as advised, and then it runs install.sh (but you don't know that) and that fails because you are not root.

when you rerun as root it says 'you have already set this up for standalone' or similar with a message about .IS_STANDALONE file and then exits

impossible? for newbie to fix

easiest fix (but not best) is to require root for the setup-for- script

marsbard commented 9 years ago

'best' would be to not get into the problem in the first place. maybe confirm first that it's ok to write the .IS_STANDALONE file

marsbard commented 9 years ago

fixed as part of #62 by taking the easy route and requiring root in the install.sh script