1.0.0 • Published 5 years ago

toddler-auth v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Toddler: auth service

Tribal Wars 2 authentication service includes authentication service, socket client and a message-queue connections.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To run locally, you will need to install CF Local. CF Local requires access to an installation of Docker. If Docker is installed locally, this is satisfied.

To install CF Local, invoke

cf install-plugin cflocal

If you are using IBM Cloud CLI, IBM Cloud CLI bundles CF CLI. Hence CF CLI does not need to be installed separately. Invoke

ibmcloud cf install-plugin cflocal

Building

First, install dependencies with

npm install

Then, build with

npm run-script build

Or, alternatively,

node_modules/typescript/bin/tsc --build

Installing

First, stage the application with

ibmcloud cf local stage toddler-auth

npm.io

Then, run the application with

ibmcloud cf local run toddler-auth

npm.io

Built With

  • NATS.io - Message queue technology used

Authors

License

This project is licensed under the Apache 2.0 License