Code sample from the book "Enterprise Web Development: From Desktop to Mobile"
You have to have git
installed. Follow the instruction from Github manual to setup git on your machine.
-
Create a folder on your local drive, e.g.
EnterpriseWebBook_sources
and open your command window in that directory. -
Clone the git repository using the following command
git clone https://github.com/Farata/EnterpriseWebBook_sources.git .
-
Start Aptana Studio IDE and selected project (e.g. project-15-dynamic-content-modules) as described in Chapter 2.