Skip to content
Impetus edited this page Apr 16, 2015 · 11 revisions

This section help the user know the steps to install Ankush and start the server.

Supported OS

  • Ubuntu Server 64 bit (12.04)
  • CentOS Server 64 bit (6.2, 6.3, 6.4)

Requirements

The software prerequisites are as follow:

  • Java >= 1.6
  • SSh client (ssh)

Installing

Follow the below given steps:

  1. Extract package using the following command: tar -xvf ankush-x.y.z.tar.gz
  2. Start Ankush using the following command: bin/start-ankush.sh
  3. Stop Ankush using the following command: bin/stop-ankush.sh

Accessing

Access the application at http://(your IP):8080/ankush

Default credentials: Username: admin Password: admin

Clone this wiki locally