Genesis Web Authoring System v2.1.0.0034
Manual Install Instructions
Last modified on Monday, July 11, 2005.
This product has been designed for fast and easy installation. Follow these simple steps to get the script up and running in just a few minutes.
-
Download - English only
Both downloads contain the exact same files. Download in the format that works best for you:
genesis.2.1.0.0034.en.zip - 159 KB
genesis.2.1.0.0034.en.tar.gz - 143 kb
Download - All languages
Both downloads contain the exact same files. Download in the format that works best for you:
genesis.2.1.0.0034.zip - 740 kb
genesis.2.1.0.0034.tar.gz - 651 kb
On Unix, the archive can be decompressed with the command:
tar -fxz genesis.2.1.0.0034.tar.gz
On Windows, it can be decompressed with Winzip from www.winzip.com.
If you install a version other than 2.1.0.0034, follow the install file included with it, rather than this one.
Access the download folder by HTTP or FTP for other versions and other archive formats, such as zip.
-
Build Directory Structure
The script uses a specific directory structure to organize its libraries and data files. When the downloaded archives are expanded, they will automatically expand into the desired structure. You must retain that structure when transferring files between computers.
For your reference, Appendix II contains a detailed list of all files and folders, describing what they do and where they belong.
Note: this script uses relative paths extensively, and so its very demanding about its directory structure. It does not use absolute paths at all, however. That means you don't need to enter the absolute path into the script configuration files (if it needs to know its absolute path, it will auto-detect it).
-
Customize Script
In this step, you customize the CGI script files. Some library and data files also use the ".pl" extension, but those files must not be renamed or edited. The only files that you should edit are:
- genesis/index.pl
99% of this script is configured after the install is complete, using the admin control panel. Only two things need to be configured during installation:
-
Path to Perl
In 99% of cases, the default path to Perl of "/usr/bin/perl" will work and you won't need to edit the source code at all. In the remaining cases, you must edit the first line of each script file to point the appropriate path. Common alternate locations include "/usr/local/bin/perl" and "/usr/bin/perl5".
How do you know if you will need a custom path? Your web hosting provider should tell you. Or if you have existing Perl CGI scripts that work, you can copy the first line from them. Or if, after following all the instructions here, the script returns "Internal Server Error" when you visit it with a browser, the problem may be the path to Perl, and you may want to experiment with the alternate locations. Internal Server Error can mean a lot of things and the path to Perl is only one of them.
When you open the script file to edit the path to Perl, use the most hardcore text editor you have. Like, Wordpad on Windows, Simple Text on Mac, vi on Unix. Do not use high-level editors like Microsoft Word or HTML editors like FrontPage. There is a risk that these high-level editors will damage the code.
-
Perl CGI File Extension
In 99% of cases, the default CGI file extension of ".pl" will work and you won't need to change it. In the remaining cases, you must rename the CGI script files to use the appropriate file extension for your system. Some require ".cgi", and others require weird extensions like ".plx".
How do you know what extension is needed? Your web hosting provider should tell you. Or, if you have existing Perl CGI scripts that work, you can copy whatever extension they use. Or if, after following all other instructions listed here, your script returns its own source code when you visit it with a browser, or returns some other error, then the problem may be the extension. You may want to experiment with both ".pl" and ".cgi".
There are loose standards for these values - /usr/bin/perl and .pl - but not all web hosts adhere to them. This is not our fault. If your web host requires you to use /usr/foo/perl and the .cgi extension, please take this into account while reading program documentation that continues to make reference to /usr/bin/perl and "script.pl". Our docs are centralized and are not aware of what kind of strange values you've been forced to use. When our docs say "script.pl", and on your system you've been forced to use "script.cgi", then you need to treat "script.pl" as "script.cgi" while reading the document.
-
Transfer Files
Unless you're doing all of your work on the web server itself, you must transfer the files and folders over to your web server. When transferring script files or data files in FTP, always use ASCII mode.
If your web server requires that CGI scripts be installed into a special folder, like "cgi-bin" or "cgi", then install all of the files to that folder.
-
Set Permissions
The easiest way to set permissions is to run the "setperms" script appropriate for your platform. Run "setperms.bat" on Windows and either "setperms.sh" or "/bin/sh setperms.sh" on Unix.
If you have only FTP access to a Unix server, then you can set the permissions with FTP while you're transferring. Use the permissions guide in Appendix II below.
If you have a Windows web server without shell access, then typically you won't be able to run "setperms.bat" from the command line nor set permissions via FTP. In this case, the best approach is to try an install anyway (the server file system is often read/write/exec by default). If this doesn't work then contact the tech support people and ask them to run setperms.bat for you. If tech support can't help, you can use the Auto Installer process. It will attempt a few work-arounds to remotely set Windows file permissions. The methods don't always work so keep your tech support people as a backup.
Advanced:
CGI processes are usually executed under a user context different than your login account. Your login account owns the files and folders that store data. Because CGI processes are only allowed to write to files and folders which they own, or for which they've been given special permission, we take the extra step to make all data files and folders world-writable (any and all processes are allowed to write to them). That way, data can be saved by any user/process, and thus the script will work no matter how your CGI privileges have been configured.
Obviously, if your web server runs CGI processes under your login account context and not a separate context, then you may apply more restrictive permissions. Data folders can have permission 755 instead of 777; data files can have permission 744 instead of 766. If you are using CGI Wrap, or if you are installing to Hypermart.net or Netfirms.com, then this applies to you and you may use the more restrictive permissions.
-
Test
Visit the URL "genesis/index.pl" to get started.
(In this example we use the ".pl" file extension for Perl CGI scripts. As mentioned earlier, some web servers require the ".cgi" extension or some other. Use whatever file name you decided upon earlier in section 3 part 2.)
Your default username and password are "webmaster" and "658uwantit". If you had previously installed this product, use your previously-configured password.
Manual Install Complete!
Appendix I: Error Handling
If you run into trouble, consider an automated install. The automatic install can self-heal from most common error conditions.
Free custom installs are available from the script author (as of Monday, July 11, 2005). To take advantage of this service, first attempt an automatic install. If it fails, you will have the option to forward an install request. Installs are usually finished within 24 hours.
You can also visit the Discussion Forum with a description of your problem. It stays very busy and there are many helpful people there.
The Auto-Installer is here: install.xav.com
Appendix II: Directory Structure and File Descriptions
This file manifest applies to version 2.1.0.0034. If you are installing a different version, use the install.html file included with it.
The file permissions are modeled on the default Apache or Microsoft IIS permissions system, where a user account owns the files and a separate, unprivileged account, executes the CGI scripts. This is not the most secure configuration in the world, but it is the default that has been established, and so these file permissions follow it. If you have a system where your CGI scripts are executed under your user account context (as when using CGIWrap, when using setuid Perl, using Hypermart.net or many other free web hosts, etc.) then you can and should replace all permissions with 755/rwxr-xr-x.
|
|
|
||||||||||||||||||||||||
| Is Required Object | |||
|---|---|---|---|
| Permissions | File / Folder | Description | |
| 755 / r-x | main product folder |
||
| 755 / r-x | |
Main CGI script file |
|
| 755 / r-x | |
Manual install instructions |
|
| 755 / r-x | |
License agreement |
|
| 755 / r-x | |
Windows batch file for setting all NTFS permissions |
|
| 755 / r-x | |
Unix shell script for setting all file permissions |
|
| 777 / rwx | hold system settings, account settings, templates |
||
| 755 / r-x | |
prevents web access to data folder |
|
| 755 / r-x | |
prevents web access to data folder |
|
| 755 / r-x | |
prevents web access to data folder |
|
| 766 / rw- | |
stores system settings |
|
| 777 / rwx | holds user account preferences and passwords |
||
| 766 / rw- | |
default account |
|
| 755 / r-x | holds Perl libraries which aren't needed for each request |
||
| 755 / r-x | |
Contains the HTML Editor interface |
|
| 755 / r-x | |
Contains the Manage Users interface |
|
| 755 / r-x | |
Contains the My Account interface |
|
| 755 / r-x | |
Contains email and HTTP network libraries |
|
| 755 / r-x | |
Contains System Settings, Event Log, Update License |
|
| 755 / r-x | |
Contains the Template Editor interface |
|
| 755 / r-x | |
user-defined subroutines |
|
| 777 / rwx | dev tools |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
extracted code comments |
|
| 755 / r-x | |
translator data file |
|
| 755 / r-x | |
dev tool |
|
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
dev / translate tool |
|
| 755 / r-x | |
dev lib |
|
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
translator |
|
| 777 / rwx | stores Genesis Templates |
||
| 755 / r-x | |
Advanced six-page site template |
|
| 755 / r-x | |
Basic Home Page template |
|
| 755 / r-x | |
Fairy Home Page template |
|
| 755 / r-x | |
Intermed six-page site template |
|
| 755 / r-x | |
template for creating a web-based magazine |
|
| 755 / r-x | |
demonstration of using multiple uploads in a template |
|
| 755 / r-x | |
Stylesheet template |
|
| 755 / r-x | |
the document text appearing in the "Edit File" window when creating a new text file |
|
| 777 / rwx | stores binary files referenced by Templates |
||
| 755 / r-x | |
misc image for Fairy Home Page template |
|
| 755 / r-x | |
misc image for Corporate Site template |
|
| 755 / r-x | |
misc image for Fairy Home Page template |
|
| 777 / rwx | holds the default HTML that is installed with each new user site |
||
| 755 / r-x | |
Template editor data file for style sheet |
|
| 755 / r-x | |
default website |
|
| 755 / r-x | |
style sheet for default website |
|
| 777 / rwx | temp folder used during file upload |
||
| 766 / rw- | |
placeholder file |
|
| 777 / rwx | templates for creating Admin User Interface |
||
| 755 / r-x | |
standard template for all HTML in UI |
|
| 777 / rwx | Afrikaans language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Arabic language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Catalan language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Chinese language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Czech 1250 language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Czech ISO-8859-2 language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | German language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Danish language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | English language-specific files for User Interface |
||
| 755 / r-x | |
template message for new account requests |
|
| 755 / r-x | |
template message for new account requests |
|
| 755 / r-x | |
extracted language-specific strings |
|
| 755 / r-x | |
a few tips to start you out |
|
| 755 / r-x | |
template welcome message emailed to new accounts |
|
| 777 / rwx | Spanish language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | French language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Hungarian language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Italian language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Dutch language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Norwegian language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Portuguese language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Portuguese (Brazilian) language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | Russian language files |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 755 / r-x | |
||
| 777 / rwx | default folder for user web pages |
||
| 755 / r-x | |
Apache access control file - prevents CGI access from working by default |
|
| 777 / rwx | includes all images used by User Interface |
||
| 766 / rw- | |
protects the image file from being deleted |
|
| 766 / rw- | |
used to generate disk usage graph |
|
| 766 / rw- | |
used to generate disk usage graph |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| 766 / rw- | |
file type icon |
|
| Permissions | File / Folder | Description | |
| Is Required Object | |||
Appendix III: Upgrade
To upgrade over a previous installation, without losing data, replace only these files:
| Main CGI script file |
|
| Contains the HTML Editor interface |
|
| Contains the Manage Users interface |
|
| Contains the My Account interface |
|
| Contains email and HTTP network libraries |
|
| Contains System Settings, Event Log, Update License |
|
| Contains the Template Editor interface |
|
| extracted code comments |
|
| translator data file |
|
| dev tool |
|
| dev / translate tool |
|
| dev lib |
|
| translator |
|
| extracted language-specific strings |
|
Appendix IV: Uninstall
To remove the product, simply delete the folder that contains all the scripts and data files. The script does not effect anything outside of its folder.
Appendix V: Additional Resources
- General Product Information
- Version History
- Manual Install Instructions
- Update Notification for New Versions