Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mailing list to read me #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Code for WebRover1 project, part of International Space Apps Challenge 2013

Project page: http://spaceappschallenge.org/project/webrover1/

## Set up
## Set up (Mac OS X)

1. Download Grails 2.2.1 and unzip somewhere suitable
http://www.grails.org/download
Expand All @@ -18,12 +18,14 @@ Project page: http://spaceappschallenge.org/project/webrover1/

4. Set up environment variables

```shell
export GRAILS_HOME=~/springsource/grails-2.2.1
export NXJ_HOME=~/legorovers/leJOS_NXJ_0.9.1beta-3
export DYLD_LIBRARY_PATH=~/legorovers/WW_MountainLion
export PATH=$PATH:$NXJ_HOME/bin:$GRAILS_HOME/bin
export CLASSPATH=$NXJ_HOME/lib/pc/pccomm.jar:$NXJ_HOME/lib/pc/3rdparty/bluecove.jar
export JAVA_OPTS="-d32 -Dnxj.home=$NXJ_HOME"
export DYLD_LIBRARY_PATH=~/legorovers/WW_MountainLion # if using bluetooth driver
```

5. Install leJOS on NXT brick (this was already done -- or see readme!)

Expand All @@ -34,13 +36,14 @@ Set Passcode Preferences...
1234

7. Configure robot details in grails-app/conf/Config.groovy
Copy the Claudia block; rename and edit.

8. Run Grails App

```shell
cd lejos-server
grails run-app

(or -Dgrails.env=claudia run-app)
grails -Dgrails.env=claudia run-app
```

9. Access from browser

Expand Down Expand Up @@ -77,3 +80,8 @@ http://lifehacker.com/5650095/ip-webcam-turns-your-android-phone-into-a-remote-c
Easy rule builder, adapting Tiago Jesus original desktop interface for smaller, mobile devices https://github.com/tiagojesus/LegoRoversUI

![Rule builder](https://pbs.twimg.com/media/BITi_QnCUAIuRyi.jpg:large)


## Mailing list

Please contact us on the project mailing list legorovers@googlegroups.com or [web interface](https://groups.google.com/forum/?fromgroups#!forum/legorovers).