endeca
Preparing file structure for Server, Studio and Provisioning Domain Insatalled in Single VirtualBox VM under Linux. Installing script will be edited for later running in Install with configuration mode.
Requirements:
-
Install VirtualBox latest version; http://www.virtualbox.org/wiki/Downloads
-
Vagrant 1.6.5+; http://downloads.vagrantup.com/
-
Download Endeca related files into the directory:
V40541-01.zip, V42127-01.zip, V29856-01.zip, V29673-01.zip, V40529-01.zip
-
go into the project directory and
vagrant up
-
log into the vm by
vagrant ssh
-
After go inside the vm, run
cd $HOME/EID/Installers/eidOrch/orchScripts
./run_EID_install.sh config_EID_linux.prop --temp-directory /vagrant/tmp
Note: you will be asked to provided:
* Endeca Server Weblogic domain administrator username and password
* Endeca Studio Weblogic domain administrator username and password
* Provisioing Service Weblogic domain administrator username and password
- Installing Integrator Acquisition System(3.1) for Linux x86-64
cd $HOME/EID/Installers/ias
./EID_3.1_IAS.sh –-target $HOME
As this setup is intended for demo or development use, secure mode is non and no passphrase is required.
After installation completedly succeeded, go to home directory and run start servers script
start_all.sh
To stop,
stop_all.sh