Installing HospitalRun On Arch Linux
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-scripts
option to the end of the linenpm install -g phantomjs-prebuilt
. - Add the
--allow-root
option to the end of the linebower install
.
Now run the script with sudo script/bootstrap
and all should be good!