Tag: Installation

Restful API Server No ratings yet.

Before working on Ionic UI, let’s setup the restful API server first, you can follow “Spring Restful + Hibernate with AngularJS” to setup the restful server. Or, you can download SpringRestfulExample for Tomcat server and Spring4Restful_v01_schema.sql for MySQL database. Then, you can follow the below procedures: Install JDK from Oracle (using JDK 1.7 for our

Installation of Node.js (Windows) No ratings yet.

Download and install Node.js version 4.X from https://nodejs.org/en/ Run “cmd”, and using it to install Cordova and Ionic Install Cordova by “npm install -g cordova” Install Ionic by “npm install -g ionic” Cordova and Ionic will be installed under C:\Users\{your_window_username}\AppData\Roaming\npm\ Install Git from https://github.com/git-for-windows/git/releases/download/v2.4.5.windows.1/PortableGit-2.4.5.1-4th-release-candidate-64-bit.7z.exe Setup PATH by: a. Right-click on “Computer”, and click on “Properties”. b. Click on “Change Settings” c.

Installation of Node.js (Windows) No ratings yet.

Before working on the examples, let’s setup the environment first: Install MySQL (using 5.7 for our example), you can download from http://dev.mysql.com/downloads/mysql/ Download and install Node.js version 4.X from https://nodejs.org/en/ Run “cmd”, and using it to install necessary modules Install Express framework by “npm install express” Install ejs template engine by “npm install ejs” Install logger Morgan by “npm install morgan”

Solr Installation No ratings yet.

By default, SOLR will ship with Jetty server. In order to install with Jetty, you may need to: Install JRE or JDK from Oracle (at least 1.7), you can download from http://www.oracle.com/technetwork/java/javase/downloads/index.html Setup JAVA_HOME path a. Right-click on “Computer”, and click on “Properties” b. Click on “Change Settings” c. Click on “Environment Variables” d. Under

DashBuilder Installation No ratings yet.

You may follow the below steps:   1. Install JDK from Oracle (at least JDK 1.6), you can download from http://www.oracle.com/technetwork/java/javase/downloads/index.html   2. Adding Java to your classpath: a. Under “User variables for XXXX”, click on “New” button to create a new user variable b. Input “PATH” as variable name and C:\{your_java_installed_path}\jdk1.7.0_55\bin as your variable