Skip to content

Atajo/provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atajo Provider

The Atajo provider is a Git submodule that serves as the back end connector and source code host for you Atajo Mobile App.

Requirements

  • NodeJS (Suggested v6.10.x LTS)
  • Git Project

Installing and Running the Provider

  1. Create / Checkout / Clone an empty project Git Repo
  2. In the project folder, submodule this repo :

git submodule add https://github.com/Atajo/provider

2a. If you would like to use Ionic2 / Typescript run this extra step (to switch submodule to typescript branch):

cd provider; git checkout typescript; cd ..;
  1. Run the provider for the first time :

node provider/start.js DEV

  1. The provider will create a directory structure and install required dependencies

  2. Once done, you will have the following directory structure :

  3. You will also get the following error :

  4. Request keys from your Atajo account manager and add to the indicated file (conf/keys.json) e.g.

  5. Run the provider again :

node provider/start.js DEV

  1. You should now be connected to the Atajo Core as indicated by your release (DEV | QAS | PRD)

Installing and Running the Atajo Development Client

  1. Download and Install the Atajo dev client application to your Android or Apple iPhone from the following link

https://store.atajo.co.za/za.co.atajo.dev.client.aui (Ionic 1)

OR

https://store.atajo.co.za/za.co.atajo.dev.client (Ionic 2)

  1. Run the app
  2. Choose dev-1-0-1.core.atajo.co.za
  3. Generate a QRCode of your client key and scan with the app.
  4. Tap Continue
  5. Your app will now load the code from your provider
  6. You will see a connect event on your provider log

Releases

No releases published

Packages

No packages published