source: temp/test-xoops.ec-cube.net/docs/INSTALL.html @ 405

Revision 405, 8.3 KB checked in by root, 20 years ago (diff)
Line 
1<html>
2<head>
3  <title>Xoops Install Guide</title>
4  <meta name="keywords" content="XOOPS docs" />
5  <meta name="description" content="XOOPS" />
6  <style>
7    P, TD, LI, INPUT, BODY, SELECT, TEXTAREA { font-family: Verdana; font-size: 13px; line-height: 1.3 }
8    .error { color: #CC3333; font-weight: bold; }
9    UL { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
10    OL { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
11    .indent { margin-left: 40px; }
12    FORM { margin: 0px; padding: 0px; }
13   
14    H1, H2, H3, H4, H5 { margin: 0px; padding: 0px; }
15   
16    .additions { color: #008800; }
17    .deletions { color: #880000; }
18   
19    .header { padding: 10px; padding-top: 0px }
20    .page { background-color: #FFFFFF; padding: 10px; border: 1px inset;}
21    .footer { background-color: #DDDDDD; padding: 5px 10px; border: 1px inset; border-top: none; border-top: 1px solid #CCCCCC }
22    .code { background: #FFFFFF; border: solid #888888 2px; font-family: "Courier New"; color: black; font-size: 10pt; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
23
24    .revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
25   
26    .copyright { font-size: 11px; color: #AAAAAA; text-align: right; }
27    .copyright A { color: #AAAAAA; }
28</style>
29</head>
30
31<body
32    bgcolor="#F8F8F8" text="#000000">
33
34<div class="page">
35<h3>Installing XOOPS</h3>
36<hr noshade size="1" />
37<br />
38<h4>First time installation</h4>
39<br />
40<h4>Preface:</h4>
41Before begining the install process, we (the XOOPS team) ask that you have a good understanding of how to install and support server/hosted based software.  As with anything in life, there's no easy answer or way.  Sinice XOOPS is server based, it's not as easy to install as normal desktop software which in itself can be daunting to install so, please be familiar with setting up and installing the software listed below.  Be familiar with how to configure CGI scripts and HTTP server software.  It can easily be demonstrated that 80% of our support questions wind up being improper configurations with the server componenets or two pieces of software conflict. No two servers are configured alike.<br />
42<br />
43<br />
44To install XOOPS for the first time, you'll need to have the minimum following server software pre-installed:<br />
45<div class="indent">* HTTP Server (<a href="http://www.apache.org">Apache</a> or IIS)  "Note, XOOPS only officially supports Apache"<br />
46* <a href="http://www.php.net">PHP</a> 4.1.0 and higher (4.1.1 or higher recommended)<br />
47* <a href="http://www.mysql.com">MySQL</a> Database 3.23.XX</div>
48<br />
49Before starting the install, be sure to have:<br />
50<div class="indent">* Setup the HTTP, PHP and database server properly.<br />
51* Create a database for your <a href="http://www.xoops.org">XOOPS 2</a> installation <br />
52<div class="indent">(Have your hosting company create one if you can't. The install script does provide this capability with the proper privileges).<br />
53</div>* A user account with the proper database permissions.<br />
54* The ability to set the following directories and files world writeable: uploads/, cache/ and templates_c/ and the file mainfile.php<br />
55* Turn cookie and <span class="missingpage">JavaScript</span><a href="http://wiki.xoops.org/wakka.php?wakka=JavaScript/edit">?</a> support in your browser on.</div>
56<br />
57<br />
58<h4>Installing locally</h4>
59If your running a local environment for development or testing, make sure that you have the previous requirements met.  Once this is done, copy the contents of the HTML directory (from the XOOPS 2 distribution file or CVS) to the root document path of your web environment. Once the files are copied there, you can start the install by typing <a href="http://yoursite.com">http://yoursite.com</a>.  This will start the install process.<br />
60<br />
61<h4>Installing on a hosted platform</h4>
62If your running in a hosted environment, unpack the XOOPS 2 files locally or on the server if you have telnet or SSH access. Once you done this, make sure to move or copy all XOOPS 2 files from the HTML directory to your root web directory (your provider usually provides this location with directions).  Once the files are copied there, you can start the install by typing <a href="http://yoursite.com">http://yoursite.com</a>.  This will start the install process.<br />
63<br />
64<h4>Continuing the install</h4>
65<img src="images/install001.gif" /><br />
66<br />
67After performing the above procedures, your ready to continue installing XOOPS 2 with the Install Wizard.  The first screen in the install Wizard takes you to will be the welcome screen. <br />
68<br />
69<img src="images/install002.gif" /><br />
70<br />
71Click the Next button to continue on to the next screen.  <br />
72<br />
73The next part of the install Wizard is designed to check your file and directory permissions. If your running in a <span class="missingpage">Win32</span><a href="http://wiki.xoops.org/wakka.php?wakka=Win32/edit">?</a> environment, this should be a pretty painless install.  If you running in a UNIX environment, the Wizard will display any problems and the corrective actions to take if there are problems.  <br />
74<br />
75<img src="images/install003.gif" /><br />
76<br />
77If all lights are green on the Wizard, click Next to continue. If not, please read the screen and perform the necessary actions recommended by the Wizard<br />
78<br />
79The next part of the Wizard is for writing the settings to the mainfile.php file. <br />
80<br />
81<img src="images/install004.gif" /><br />
82<br />
83The General Settings screen is self explanatory so, input the required information into the files and click next. <br />
84<br />
85The next four Wizard screens are informational displaying the settings from the General Settings screen for your confirmation and to show that the values were written correctly. <br />
86<br />
87<img src="images/install005.gif" /><br />
88<br />
89<img src="images/install006.gif" /><br />
90<br />
91<img src="images/install007.gif" /><br />
92<br />
93<img src="images/install008.gif" /><br />
94<br />
95If you seen any Red lights, please click the Back button to make the proper corrections.<br />
96<br />
97The next Wizard screen is will be to show the progress for accessing the database.<br />
98 <br />
99<img src="images/install009.gif" /><br />
100<br />
101If your in a hosted environment with out the proper access to create databases, please check with your provider for help in getting a database.  If your provider (or you) created the database, all  lights should be green.  If you get a red light stating the DB does not exist and your user name has the ability to create databases, then click next and the install Wizard will attempt to create the database for you.  If your user id does not have the rights to create a database, please correct this and continue the install.  The next two screens are informational on trying to create and access the database.  Click Next or Back depending on the Wizard screen.<br />
102<br />
103After clicking next a couple of times, you will come to an informational screen showing the results of table creation. If there is a problem, please refer to the <a href="http://wiki.xoops.org/wakka.php?wakka=Installation">FAQ</a> or <a href="http://www.xoops.org">XOOPS Forums</a> for further assistance. <br />
104<br />
105<img src="images/install011.gif" /><br />
106<br />
107 If all lights are green, your ready to proceed by clicking Next.<br />
108<br />
109The next Wizard screen is for inputting site administrative information. <br />
110<br />
111<img src="images/install024.gif" /><br />
112<br />
113Please be careful here and write down or remember your administrative password. You'll need this after the install to continue setting up your XOOPS 2 site.  Once you have completed inputting the correct information, click Next to continue.   * Note, try to refrain from using names with spaces for the Admin name. *<br />
114<br />
115The next screen is informational. If all the lights are green, click Next to continue.
116<br /><br />
117<h4>Congratulations!</h4>
118Your installation should now be complete.  You can check the site out by clicking the "HERE" text on the last screen. If all went well, then your new site should be up and running. If not, please refer to the <a href="http://wiki.xoops.org/wakka.php?wakka=Installation">FAQ</a> or <a href="http://www.xoops.org">XOOPS Forums</a> for further assistance.</div>
119</body>
120</html>
Note: See TracBrowser for help on using the repository browser.