Changes between Initial Version and Version 1 of install


Ignore:
Timestamp:
2010-05-17T18:22:50Z (14 years ago)
Author:
Henry
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v1 v1  
     1= Installation =
     2
     3== Windows Installation ==
     4
     5=== File Installation ===
     6Unpack the installation archive of iPeer using WinZIP, or WinRAR, etc. to your web directory.
     7
     8=== iPeer Installer Wizard ===
     9Open your favor web browser and type the following URL to start the iPeer installation wizard.
     10URL: <www.your-host.com>/<your-install-dir>/install
     11iPeer should now display a graphical installer for iPeer installation.
     12
     13''' Steps for iPeer Installer Wizard '''
     14___Step 1: System Requirement Check___
     15The step of System Requirement Check checks the system setting in 3 sections:
     16System Requirements: Items in this section are the mandatory system settings for iPeer. All items in this section must be green. See FAQ section for suggestions if there is item appears in red.
     17Optional Requirements: Items in this section are the optional system requirement for iPeer.
     18Recommended Settings: Items in this section shows recommended settings for iPeer. See FAQ section for suggestions if there is item appears in red.
     19Step 2: License Agreement
     20Select the check box �I Accept the GPL License to agree your acceptance of the iPeer License Agreement. Click the next button to continue to the next step.
     21Step 3: Configuration of iPeer
     22The step of Configuration of iPeer enables you to setup the iPeer under your local database configuration and some advance configuration.
     23Basic MySQL Setting: Host, the hostname of your machine
     24DB Username, the username of your DB server
     25DB Password, the password of the username
     26DB Database name, the database name that you would use for iPeer installation
     27iPeer Advanced Setting: Session name, the session name for iPeer. It should be unique to your web server.
     28Login text, this is the login URL that will appear on the iPeer logon screen. You can change it to your school's URL.
     29Debug mode, 0 � off; 1 � on
     30Debug verbosity, 1 - low (low db error reporting), 2 - medium, 3 - high, 4 � highest
     31Email Scheduling, true/false
     32Absolute URL, this is absolute URL of your iPeer system. It should look like: http://<www.your-host.com>/<your-install-dir >
     33Domain, the domain name of your server
     34PHP executable path, the path name of your PHP executable path
     35Super administrator username, the username of super administrator
     36Manual Configuration: You can try the manual configuration if this installer did not work on you. The link of Manual Configuration shows the detail steps of how to setup the iPeer manually.
     37Click the button �Install iPeer� to install the iPeer based on the information you entered.
     38Congratulation message should be displayed if you install the iPeer successfully. You can then test the iPeer based on the link provided in this page. For first time login as root, the password is �ipeer�.
     39Remember to remove the /install directory for security reason if this is your production machine.
     40
     413.2.     Linux / Unix Installation
     42
     43Untar the distribution (be sure to unzip the subdirectories):
     44tar -xzvf ipeer_x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp.
     45•  Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ section for suggestions.
     46•  iPeer Installer Wizard
     47Open your favor web browser and type the following URL to start the iPeer installation wizard.
     48URL: <www.your-host.com>/<your-install-dir>/install
     49iPeer should now display a graphical installer for iPeer installation.
     50Steps for iPeer Installer Wizard
     51Step 1: System Requirement Check
     52The step of System Requirement Check checks the system setting in 3 sections:
     53System Requirements: Items in this section are the mandatory system settings for iPeer. All items in this section must be green. See FAQ section for suggestions if there is item appears in red.
     54Optional Requirements: Items in this section are the optional system requirement for iPeer.
     55Recommended Settings: Items in this section shows recommended settings for iPeer. See FAQ section for suggestions if there is item appears in red.
     56Step 2: License Agreement
     57Select the check box �I Accept the GPL License to agree your acceptance of the iPeer License Agreement. Click the next button to continue to the next step.
     58Step 3: Configuration of iPeer
     59The step of Configuration of iPeer enables you to setup the iPeer under your local database configuration and some advance configuration.
     60Basic MySQL Setting: Host, the hostname of your machine
     61DB Username, the username of your DB server
     62DB Password, the password of the username
     63DB Database name, the database name that you would use for iPeer installation
     64iPeer Advanced Setting: Session name, the session name for iPeer. It should be unique to your web server.
     65Login text, this is the login URL that will appear on the iPeer logon screen. You can change it to your school's URL.
     66Debug mode, 0 � off; 1 � on
     67Debug verbosity, 1 - low (low db error reporting), 2 - medium, 3 - high, 4 � highest
     68Email Scheduling, true/false
     69Absolute URL, this is absolute URL of your iPeer system. It should look like: http://<www.your-host.com>/<your-install-dir >
     70Domain, the domain name of your server
     71PHP executable path, the path name of your PHP executable path
     72Super administrator username, the username of super administrator
     73Manual Configuration: You can try the manual configuration if this installer did not work on you. The link of Manual Configuration shows the detail steps of how to setup the iPeer manually.
     74Click the button �Install iPeer� to install the iPeer based on the information you entered.
     75Congratulation message should be displayed if you install the iPeer successfully. You can then test the iPeer based on the link provided in this page. For first time login as root, the password is �ipeer�.
     76Remember to remove the /install directory for security reason if this is your production machine.
     77•  Configurations for TeamMaker executable file
     78iPeer 1.6 uses TeamMaker as group making automatically. To create a TeamMaker executable file in Unix/Linux, please use the following steps:
     79•  under /<your-install-dir>/TeamMakerCPP, type make to make a executable file for TeamMaker
     80•  copy the TeamMaker file to /<your-install-dir>: cp TeamMaker ../.
     81•  change the permission to TeamMaker: chmod 775 TeamMaker
     82•  change the permission to /<your-install-dir>: chmod 775 <your-install-dir>:
     83The reason for permission changing on TeamMaker and /<your-install-dir>, is to grant the right permission for your Apache user to execute and create temporary files for group making.
     84•  You are done now. Enjoy the iPeer peer evaluation.
     85