0% found this document useful (0 votes)
331 views2 pages

Alex Commands

The document provides instructions to install and configure ALEX, an open source software, on a Linux system. It describes downloading ALEX files from a provided link, extracting and copying files to appropriate directories, configuring Apache web server using ScriptAlias directives, starting the omnidaemon process, and accessing ALEX through the web browser at http://127.0.0.1/alex.

Uploaded by

Sumit Kaushik
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
331 views2 pages

Alex Commands

The document provides instructions to install and configure ALEX, an open source software, on a Linux system. It describes downloading ALEX files from a provided link, extracting and copying files to appropriate directories, configuring Apache web server using ScriptAlias directives, starting the omnidaemon process, and accessing ALEX through the web browser at http://127.0.0.1/alex.

Uploaded by

Sumit Kaushik
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like