- A web server
-
Open a command prompt
-
change to the base directory where you cloned Argos SDK, eg
cd \projects\sage\mobile
-
Execute the following commands
cd products git clone [email protected]:SageScottsdalePlatform/argos-saleslogix.git
-
On your web server, create a Virtual Directory (IIS6), an Application (IIS7), or an Alias (Apache), or functional equivalent, called
mobile
, pointing to the base directory where you cloned Argos SDK, egcd \projects\sage\mobile
-
In your browser, navigate to the path
/mobile/products/argos-saleslogix/index-dev.html
on your web server, eghttp://localhost/mobile/products/argos-saleslogix/index-dev.html
-
Windows
-
The Java Runtime (JRE)
-
The environment variable,
JAVA_HOME
, pointing to the JRE base path, egc:\Program Files (x86)\Java\jre6