Installation

Web Console has very simple web-based installation process. If you have any installation or configuration problems — please read Web Console FAQ and Web Console FORUM.

Requirements

Web Console can be installed on any web server that capable of running Perl CGI applications, on the client side you can use any web browser that supports AJAX technology.

To run Web Console successfully, there are some requirements that must be met:

Installation Guide

  • Download latest Web Console version from the Web Console official download page.
  • Unpack archive on your local computer in temporary directory.
  • Create new directory on the web server where Web Console will be installed. It could be sub-directory of existing website (example — "www.domain.com/web-console/") or root directory for new website or sub domain (example — "web-console.domain.com"), depends on your preferences.
  • Change the permission settings for that directory so that it is writable by the web server. If your web server configured to execute Perl scripts under specific user account, please make sure that this user has write permissions for recently created directory. Usually, for Unix-like OS, permissions should be set to "755" ("drwxr-xr-x") — to set permissions you can use CHMOD command ("chmod 755 web-console", where "web-console" is a directory on the web server where Web Console will be installed).
  • From temporary directory, where you unpacked archive with latest Web Console version, copy "wc.pl" file to created directory at the web server. For Unix-like OS, set "755" ("rwxr-xr-x") permissions for that file — this means that the owner has read, write, and execute permission, but group and others only have read and execute permission (to set permissions you can use CHMOD command — "chmod 755 wc.pl").
  • In case, if you are using Apache web server, make sure that "wc.pl" will be executed by web server without mod_perl. Simple Apache configuration to run Web Console without mod_perl will looks like that:
    AddHandler cgi-script .cgi .pl
    <Directory /var/www/web-console/>
    	AllowOverride All
    	Options +FollowSymLinks +ExecCGI
    </Directory>
  • Now you ready to start web-based phase of installation process, please continue with "Web-based phase of installation" section below.

Web-based phase of installation:

  • Use your browser to visit the Web Console directory on your web server and call "wc.pl" script to run the web-based phase of installation process. The calling URL will looks like "http://www.domain.com/web-console/wc.pl" or "http://web-console.domain.com/wc.pl".
    In your browser you should see a page with similar content:
    Screenshot: Web-based phase of installation — first page
  • Enter administrator's login name in the "administrator login" field.
  • Enter administrator's password in the "administrator password" and "confirm administrator password" fields.
  • Enter administrator's e-mail address in the "e-mail" and "confirm e-mail" fields.
  • If you are using only English characters encoding on the web server, then leave "specify encodings" checkbox blank. For advanced encoding settings, check that checkbox and specify "server console encoding", "server system encoding" and "Web Console text editor encoding" (if it's needed) at POSIX format:
    • "server console encoding" — is a encoding of server shell commands execution output (like 'ls', 'dir', ...).
    • "server system encoding" — is a encoding of server internal commands (programming commands) output (like getting listing of directory using internal Perl function).
    • "Web Console text editor encoding" — is a encoding for Web Console text files editor "#file edit" (internal command), if it's empty then for text files editor will be used "server system encoding".
      Detailed information about Web Console encodings you can read here.
  • Press "install" button to continue installation process.
  • If you have entered something incorrectly, you will see detailed error description. Please correct your typos and click "install" button again.
  • If you have done everything correctly, you will see a page with the following content:
    Screenshot: Web-based phase of installation — final page
  • You have finished the installation and, as the page says, you can immediately use Web Console clicking on the link labelled "logon". On the logon page please enter administrator login name and password that you have specified before.
    In future to use Web Console you need open at your browser URL similar to — "http://www.domain.com/web-console/wc.pl" or "http://web-console.domain.com/wc.pl", and you will see Web Console "logon" page.
SPONSORED LINKS
DiggDel.icio.usGoogleYahoo MyWebFurlBlinklistRedditMa.gnoliaTechnoratiDiigoStumbleUponSimpy<— Bookmark this page
   
Page generation date: 2012-02-05 10:03 GMT
Generation time (sec) / SQL queries: 0.210 / 13
Copyright © 2007-2012 Nick Kovalev, Max Kovalev
Web Console is released under the GNU GPL license