Skip to content
tommywo edited this page Apr 20, 2016 · 13 revisions
  1. Install the SDK
  2. Download and run bamboo the first time atlas-run-standalone --product bamboo. (this takes a bit of time)
  3. Open a browser to http://localhost:6990/bamboo to double check that you are running an instance successfully
  4. Ctrl+C to stop it
  5. Clone the repo git clone https://github.com/alienfast/bamboozled-ruby-plugin.wiki.git
  6. cd bamboozled-ruby-plugin
  7. Setup your eclipse or idea maven installation directory (check the output of atlas-version for path)
  8. atlas-mvn eclipse:eclipse to download/link dependencies to your eclipse project. See full instructions for eclipse or idea. This takes a while but is primarily a one time thing.
  9. atlas-run to startup bamboo with the plugin installed
  10. Use fastdev to avoid rebuilding the jar after changes? http://localhost:6990/bamboo/plugins/servlet/fastdev
  11. Import the formatting-standard.xml into eclipse for a consistent formatting standard. This will make diffs far easier to understand, instead of looking at formatting differences for spaces.

Clone this wiki locally