Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziHey Wayne, I just wanted to drop a not here, in case this wasn't clear. I thought I would just give you some step by step instructions, at least for Windows.
You need to be running in cmd as Administrator. Below is what I typed is in italics and underlined:
C:\Users>
cd C:\Program Files (x86)\Lavastorm\LAE 4.5
C:\Program Files (x86)\Lavastorm\LAE 4.5>
setBrainEnv.bat
BRAIN Environment configured:
Install : C:\Program Files (x86)\Lavastorm\LAE 4.5
BRAIN : C:\Program Files (x86)\Lavastorm\LAE 4.5
Java : C:\Program Files (x86)\Lavastorm\LAE 4.5\platform\windows-x86-32\java
Python : C:\Program Files (x86)\Lavastorm\LAE 4.5\platform\windows-x86-32\python
Scratch : C:/BRAINscratch
Temp : "C:/BRAINscratch/tmp"
Temporary files, logs, deployed graphs, and
backup files will be in the Scratch Directory
C:\Program Files (x86)\Lavastorm\LAE 4.5>
which python
/cygdrive/c/Program Files (x86)/Lavastorm/LAE 4.5/platform/windows-x86-32/python/python
C:\Program Files (x86)\Lavastorm\LAE 4.5>
cd \tmp
C:\tmp>
ls
passlib-1.6.1.tar.gz
C:\tmp>
tar -zxf passlib-1.6.1.tar.gz
C:\tmp>
cd passlib-1.6.1
C:\tmp\passlib-1.6.1>
python setup.py install
running install
running bdist_egg
running egg_info
[stuff deleted]
Processing dependencies for passlib==1.6.1
Finished processing dependencies for passlib==1.6.1
C:\tmp\passlib-1.6.1>
That should be it, ideally. I didn't test anything, but I believe it installed fine. And this same thing should be essentially what you do under Linux, only you would source the lavastorm.csh file in the installation directory, under etc...unless your distribution has been modified, then you would need to set up your environment exactly as you do before running the server; let me know if you need more help on that.
Cheers
Rich