To make the most of your day at G-Jordan, we encourage you to install the following software before you arrive. All the files needed for setting up your development environment are available on the G-Jordan code labs development setup DVD upon arrival. The files have been grouped into three top-level directories (Windows, Linux and Mac). Python SetupInstall PythonApp Engine supports Python 2.5.x, which should already be available on Mac OS X and linux. Windows InstallationRun the Win32 .MSI file named python-2.5.4.msi located in the windows directory. Install App Engine SDK 1.3.x (or newer) and Launcher for PythonWindows InstallationRun the .MSI file named GoogleAppEngine_1.3.4.msi located in the windowsdirectory. Linux InstallationUnzip the file named google_appengine_1.3.4.zip located in the linux directory. Mac InstallationRun the disk image file named GoogleAppEngineLauncher-1.3.4.dmg located in themac directory. Java SetupInstall the Java SE Development KitIf you already have JDK 5 or 6 installed on your machine, you can skip this step. To check what version of Java you have installed on your machine, run the following from a command prompt (for Windows, Command Prompt; for Mac OS X, Terminal; for Linux, Bash shell) If you have Java 6 installed, these commands will report a version number similar to 1.6.0. If you have Java 5 installed, the version number will be similar to 1.5.0. java -versionjavac -versionWindows InstallationRun the file named jdk-6u20-windows-i586.exe located in the windows directory. Linux InstallationExecute the binary file named jdk-6u20-linux-i586.bin located in the linux directory. Mac InstallationApple typically supplies their own version of Java, which ships with their computers. If java is not installed on your Mac, execute the following images:
Install EclipseWindows InstallationUnzip the contents of the file named eclipse-jee-galileo-SR2-win32.zip located in thewindows directory into any directory on your machine.To run Eclipse, run the file named eclipse.exe from the unzipped Eclipse file.Linux InstallationCopy the file named eclipse-jee-galileo-SR2-linux-gtk.tar located in the linux directory into a directory on your machine. Navigate to the directory containing the tar file and run the following command to unpack it: tar -xvf eclipse-jee-galileo-SR2-linux-gtk.tar. This creates a directory named eclipse.Copy the eclipse directory to any directory of your choosing. To run Eclipse, navigate to the eclipse directory and run the eclipse executable: ./eclipse.Mac InstallationCopy the file named eclipse-jee-galileo-SR2-macosx-carbon.tar located in the mac directory into a directory on your machine. Navigate to the directory containing the tar file and run the following command to unpack it: tar -xvf eclipse-jee-galileo-SR2-linux-gtk.tar. This creates a directory named eclipse.Copy the eclipse directory to any directory of your choosing. To run Eclipse, navigate to the eclipse directory and run the eclipse executable: ./eclipse.Install Google Eclipse PluginThe plugin lets you create, test and upload App Engine applications from within Eclipse. It also makes it easy to develop applications using Google Web Toolkit (GWT), to run on App Engine or in any other environment. Go to installing the Google plugin for Eclipse. Jabber/XMPP Instant Messaging Client SetupOne of the App Engine code lab exercises requires an instant messaging client that communicates via the Jabber/XMPP protocol. Windows InstallationRun the executable file named pidgin-2.7.0.exe located in the windows directory to install Pidgin 2.7. Mac InstallationRun disk image file named Adium_1.3.10.dmg located in the mac directory to install Adium 1.3.10.
|
