Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Download and install mysql from the mysql website. Select the installed instead of the binary package. After installing mysql server from the dmg package, also install the startup package. Include the path to /usr/local/mysql/bin in your PATH variable by editing ~/.profile . In the .dmg file, you will also find a "MySQL.PrefPane" file. Double click it and it will create a preferences pane where you can start up the mysql server, and configure it to auto start on system startup. You can change this later in "System Preferences" of OS X.
  • Download Eclipse from the eclipse mirror. After downloading, simply copy the folder into the Applications folder
  • Open up the firewall to allow 8250 incoming:sudo ipfw add 00710 set 3 allow log tcp from any to any dst-port 8250 in setup keep-state

Troubleshooting::

  • If you run into import requests or import mysql error; Do a pip install requests and pip install mysql-connector-python. If pip is not available do a sudo easy_install on pip.
  • Out of Memory upon Server run then, export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"

Out of Memory upon Server run then,
export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"