All Projects → Sage → argos-sdk

Sage / argos-sdk

Licence: Unknown and 4 other licenses found Licenses found Unknown LICENSE Unknown LICENSE.Base64 MIT LICENSE.Jasmine Unknown LICENSE.ObjTree MIT LICENSE.Simplate
Framework for creating mobile SData clients using HTML5, JavaScript and CSS

Programming Languages

javascript
184084 projects - #8 most used programming language

Argos SDK

Installation

Prerequisites

  • None

Clone repository

  • Open a command prompt.

  • change to the base directory where you want to download source code, eg

    cd \projects
    
  • Execute the following commands (clone shown with SSH URL. Substitute with HTTP or Git Read-Only URL as applicable)

    mkdir sage\mobile\products (or "mkdir -p sage\mobile\products" from Git Bash)
    cd sage\mobile
    git clone [email protected]:Sage/argos-sdk.git
    

Note: If you're downloading the source zip file instead of using git directly, the net of the above is that you will want to establish a root folder for the argos projects (in our case, we used "mobile"). Put argos-sdk in that root folder, and any product-specific projects (such as argos-saleslogix) under a products sub-folder. When you download and extract the zip file, you will probably have a top-level folder named something like "Sage-argos-sdk-nnnnn". It is this folder that you will want to rename to "argos-sdk".

You should end up with a folder structure like this: source\sage\mobile\argos-sdk source\sage\mobile\products<products like argos-saleslogix go here>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].