Você está na página 1de 2

Installation of ALEX Download ALEX for Linux from following link. http://dwaxe.ericsson.se/download/download_alexserv.

html Open the Terminal by pressing Ctrl+Alt+T $ cd Downloads $ tar -xvf alexserv_R13_2_linux.tar $ sudo apt-get install apache2 $ sudo cp ALEX/alex /usr/lib/cgi-bin/ $ sudo cp ALEX/alexserv /usr/lib/cgi-bin/ $ sudo cp ALEX/alex.conf /usr/lib/cgi-bin/ $ touch alex.sh $ gedit alex.sh (This will open the file to write and copy following three lines into this file and save & close the file.) echo "ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/" >> /etc/apache2/httpd.conf echo "ScriptAlias /alex /usr/lib/cgi-bin/alex" >> /etc/apache2/httpd.conf echo "ScriptAlias /alexserv /usr/lib/cgi-bin/alexserv" >> /etc/apache2/httpd.conf $ sudo sh alex.sh $ sudo cp ALEX/omnidaemon /usr/local/bin/ $ sudo chmod 755 /usr/local/bin/omnidaemon $ sudo cp ALEX/omnidaemon.conf /usr/local/bin/ $ sudo cp ALEX/sys_structure.conf /usr/local/bin/ $ sudo chmod 755 /usr/lib/cgi-bin/alex $ sudo chmod 755 /usr/lib/cgi-bin/alexserv $ cd (Just type cd and press Enter) $ mkdir libraries $ mkdir tmp Note: This step has been done by user end because user knows from where to download the libraries. Now downloads the libraries and copy them into libraries folder (Places Home Folder libraries) $ sudo /etc/init.d/apache2 restart $ omnidaemon $ sudo gedit /etc/rc.local (copy the following line at the end of the file) su - SIGNUMID -c /usr/local/bin/omnidaemon $ gedit Desktop/alex.sh (copy the following line at the end of the file) kill -9 $(pgrep omnidaemon); omnidaemon Note: Whenever you copy a new library into libraries folder, double-click on alex.sh which is on your Desktop and click on Run in Terminal

How to open ALEX

open web browser and type the following address in address bar. http://127.0.0.1/alex

Você também pode gostar