[virtualcommons-svn] commit/foraging: alllee: fixing readme formatting
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2014-05-18 06:48:30
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/commits/f42fdf9c630a/ Changeset: f42fdf9c630a User: alllee Date: 2014-05-18 08:48:17 Summary: fixing readme formatting Affected #: 1 file diff -r 66b15a4c64388305cd2421ce47a4fed50c6bef8f -r f42fdf9c630a9eafc71741ff43ed22335b145c25 README.md --- a/README.md +++ b/README.md @@ -19,13 +19,10 @@ ### how to run the software * [install Java, Ant, and Maven](https://bitbucket.org/virtualcommons/csidex/wiki/Home) - * download the foraging codebase - * ```bash - % cp build.properties.example build.properties - % cp src/main/resources/configuration/demo/* src/main/resources/configuration - % ant deploy - % - ``` + * download and unpack the foraging codebase + * `% cp build.properties.example build.properties` + * `% cp src/main/resources/configuration/demo/* src/main/resources/configuration` + * `% ant deploy` * To run a server: `ant server` or `java -jar -server server.jar` * To run the facilitator: `ant fac` or `java -jar facilitator.jar` or visit `${codebase.url}/facilitator.jnlp` where `${codebase.url}` is as defined in your `build.properties` file Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |