Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: IntelliJ --> IntelliJ IDEA

This guide walks through the process of setting up a development environment for Fluxtream on Mac OS X.

...

The Fluxtream build process uses node.js to run a less compiler to build .css files from .less sources.  The following is from the MacOS homebrew instructions at https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager:

  • sudo brew install node 
  • sudo npm install -g less

...

Install the disk image and enter your IntelliJ license IDEA license key to continue. Once that's entered, you can use File > Open Project... to import ~/projects/fluxtream-app as an IntelliJ project. It should automatically detect that Spring and Maven are being used.

...

JRebel allows you to instantly view your code changes in the browser–even Java code!  Follow the directions to install the IntelliJ JRebel IDEA JRebel plugin: http://zeroturnaround.com/software/jrebel/intellij-idea-jrebel-tutorial-formerly-javarebel/

...