Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget ...
sed '/function check_java() {/r lucid-set-javahome.txt' ./lucidworks/3.1.2/bin/common.sh

Notice your location and directory structure for starting and keep it this way because symbolic link files are generated on startup,

Code Block
/opt/lucidworks/3.1.2


Startup,

Code Block
cd /opt/lucidworks/3.1.2
./bin/fusion start

After this you'll see new symbolic link directories created,

Code Block
/opt/lucidworks/binconflatestvar

UI's

URLFunctionComment
http://ubuntu.local:8764Fusion UIThis is the Admin interface and also includes Tincludes the Fusion Authorization Proxy to allow JSON calls provided you have authenticated.
http://ubuntu.local:8983/solr/Solr UINot sure if we should access it directly given Lucidworks has an interface.

...