Skip to content
/ endeca Public

Endeca Stack Single Machine setup in Vagrant and VirtualBox

Notifications You must be signed in to change notification settings

ccp999/endeca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Install VirtualBox latest version; http://www.virtualbox.org/wiki/Downloads

  2. Vagrant 1.6.5+; http://downloads.vagrantup.com/

  3. Download Endeca related files into the directory:

    V40541-01.zip, V42127-01.zip, V29856-01.zip, V29673-01.zip, V40529-01.zip

  4. go into the project directory and

    vagrant up

  5. log into the vm by

    vagrant ssh

  6. 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
  1. 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

About

Endeca Stack Single Machine setup in Vagrant and VirtualBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages