Page tree

Versions Compared

Key

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

...

Modify Java_Home injecting in lines after match,

Code Block
wget ... lucid-set-javahome.txt
sed '/function check_java() {/r lucid-set-javahome.txt' ./opt/lucidworks/fusion/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,I appears that Fusion expects you to install in a specific directory structure.

Code Block
/opt/lucidworks/fusion/3.1.2

Your home directory is considered, /opt/lucidworks/3.1.2

Startup instructions seem to imply that you need to do it from a specific directory. When I have time, I'll try starting from the actual bin/fusion directory to see if the symlinks are properly generated.

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

After this first start, you'll see new newly created symbolic link directories created (bin, conf, latest, var),

...