-
Notifications
You must be signed in to change notification settings - Fork 82
Rascal Developers Setup Step by Step
DavyLandman edited this page Dec 6, 2012
·
16 revisions
Some general git tips, and a few github specific tips.
- be sure to setup your name in git:
git config --global user.name "Rascal Developer #42" - be sure to setup your email address:
git config --global user.email "[email protected]"(this should match one of the email addresses in your profile) - use the ssh URLs, they are easier to use, especially in combination with public keys.
-
make sure you use the ssh over port
443tunneling trick this will assure you are able to access the repository anywhere :).
The following projects should all reside in the same workspace which you use to develop Rascal:
Afterwards there are still some dependencies that have to be installed as Eclipse plug-ins:
- Go to the Eclipse Orbit project and select one of the latest stable releases. Say Orbit Build: R20120526062928 and then add the Orbit Build Repository to the Eclipse update sites.
- Install Apache Commons Math,
- Install Apache Commons Lang, and
- Install JDOM.
- Install Jetty from the Composite Jetty8 P2 repo.