This solution was created for web developers and DevOps to automize and speedup server setup process. Client is compatible with Indeema tambo
- Setup server environment from scratch
- Setup multiple web projects on server
- Create own setup scripts
- Support GitLab CI templates
- Scripts market
- Self-hosted solution
- Linux, macOS and Windows support
- Plugins
- Documentation
We recommended to install into Ubuntu 18.04 or higher:
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get update && sudo apt-get install nodejs
$ npm install -g @angular/cli@8
$ git clone git://github.com/IndeemaSoftware/indeema-ci-client.git
$ cd /path/to/indeema-ci-client/
$ npm install
$ ng build --prod
On macOS, HTTPie can be installed via PORT
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get update && sudo apt-get install nodejs
$ npm install -g @angular/cli@8
$ git clone git://github.com/IndeemaSoftware/indeema-ci-client.git
$ cd /path/to/indeema-ci-client/
$ npm install
$ ng build --prod
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get update && sudo apt-get install nodejs
$ npm install -g @angular/cli@6
$ git clone git://github.com/IndeemaSoftware/indeema-ci-client.git
$ cd /path/to/indeema-ci-client/
$ npm install
$ ng build --prod
$ ng serve
After installing and launch, you able to sign in into Indeema tambo web client:
http://localhost:4200
By default, Indeema tambo client usign Angular 6 framework, so project structure is similar to this framework:
Please use the following support channels:
- GitHub issues for bug reports and feature requests.
- Indeema tambo to ask questions, discuss features, and for general discussion.
- StackOverflow to ask questions (please make sure to use the indeema-ci-web tag).
- You can also send email directly to mailto:[email protected].
See AUTHORS.rst.
See CHANGELOG.
LGPL: LICENSE.