I recently installed HospitalRun on Arch Linux using the official instructions available here. Everything went well except for step 5 involving script/bootstrap which required the following changes:
- Add the
--ignore-scriptsoption to the end of the linenpm install -g phantomjs-prebuilt. - Add the
--allow-rootoption to the end of the linebower install.
Now run the script with sudo script/bootstrap and all should be good!