Skip to content

Commit

Permalink
Issue Monty#2: fiddle with README some more
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 12, 2014
1 parent 3064a09 commit cb9242d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.rdoc → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Make sure that the config file in this directory is appropriate for your setup.
Make sure you have root access so the setup can execute properly. Then execute:
sudo bash ./setupAll.sh

It is recommended that you follow the gsDevKitHome intallation instructions to
install GemStone on your system. See https://github.com/GsDevKit/gsDevKitHome#open-source-development-kit-for-gemstones-64-bit- for more details.
It is recommended that you follow the [gsDevKitHome intallation instructions][1] to
install GemStone on your system.

There are some utility scripts not run by setupAll.sh that can be useful when
testing. Even though they prompt you before executing, you should read them and
Expand All @@ -27,3 +27,11 @@ convenient to setup your sudoers file so you don't have to supply a password to
run them. There is an example sudoers file in etc/. Add the appropriate lines to
your system sudoers file using "visudo".

You should add the daemontools control scripts to your path by adding the following
line to your .bashrc:

```Shell
export PATH=$PATH:~/GemStone_daemontools_setup/bin
```

[1]: https://github.com/GsDevKit/gsDevKitHome#open-source-development-kit-for-gemstones-64-bit- for more details

0 comments on commit cb9242d

Please sign in to comment.