PROJECT NOT UNDER ACTIVE MANAGEMENT
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
Contact: webadmin@linux.intel.com
Installation wizard
Here is an installation wizzard for IoT Analytics on Trusted Analytics Platform.
Please run ./configure.sh to start a wizzard.
It will export configuration to conf/ directory.
In the end it will ask you if you want to deploy app stack based on created configuration.
If you decide to do it later or you'd like to deploy another space with the same configuration of IoT Analytics, you can execute ./installer.sh CONFIGURATION_FILE
Before executing the installer, make sure that you are logged into Trusted Analytics Platform with command:
cf login
- Node.js v0.10.x
- grunt-cli
- Apache Maven 2.2.1 or higher
- Java 1.8 or higher
- Python 2.7
- Gradle 2.4
- Git
- Cloud Foundry CLI and Trusted Analytics Platform account (https://github.com/trustedanalytics)
- zip packaging utility
- GNU Make >= 3.8
- npm >= 1.3.10
Ubuntu and Debian-based OSes:
- Java:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get install oracle-java8-installer
Remember to export JAVA_HOME:
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
echo "JAVA_HOME=/usr/lib/jvm/java-8-oracle" >> ~/.profile
- Gradle:
sudo add-apt-repository -y ppa:cwchien/gradle
sudo apt-get install gradle
- Other dependencies:
sudo apt-get install nodejs-legacy maven npm git zip
- grunt-cli:
sudo npm -g install grunt-cli
- Download Cloud Foundry CLI deb package and install it using:
sudo dpkg -i <path to deb>