Changes between Version 27 and Version 28 of install


Ignore:
Timestamp:
2012-02-29T22:55:19Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v27 v28  
    1616== Windows Installation ==
    1717
     18=== Install Apache, PHP and MySQL ===
     19The easiest way to install them is using WAMP (http://www.wampserver.com/) or XAMPP (http://www.apachefriends.org/). Go to the page and download the latest version, double click the downloaded file and following the instruction to do the installation.
     20
     21You may want to change your default MySQL username and password. Also you need to create a new database for your iPeer installation. You can use phpMyAdmin, which comes with most of the distribution bundle.
     22
     23After installation, you may want to start the services.
     24
    1825=== File Installation ===
    19  * Unpack the installation archive of iPeer using WinZIP, or WinRAR, etc. to your web directory or check out the code from SVN.
     26* Download the iPeer files from [wiki:download Download Page]
     27* Unpack the installation archive of iPeer using WinZIP, or WinRAR, etc. to your web directory.
     28 * For WAMP: The default web directory is C:\wamp\www. You should put the uncompressed ipeer files into that directory.
     29 * For other distribution, please refer to their help page.
    2030
    2131=== iPeer Installer Wizard ===
    2232Open your favor web browser and type the following URL to start the iPeer installation wizard.
    23 URL: <www.your-host.com>/<your-install-dir>/install
     33URL: <www.your-host.com>/<your-install-dir>/install. E.g. http://localhost/ipeer-2.2.2.1/install.
     34
     35 NOTE: You may rename the directory to ipeer for cleanner URL. E.g. http://localhost/ipeer/install
     36
    2437iPeer should now display a graphical installer for iPeer installation.
     38
     39If you got "404 Not Found" error, you may need to enable Apache mod_rewrite. To enable it in WAMP, click on tray icon -> Apache -> Apache Modules -> rewrite_module. Make sure it checked. You need to restart Apache after it. (WAMP will restart it for you automatically).
    2540
    2641__''' Steps for iPeer Installer Wizard '''__
     
    4156 * DB Username, the username of your DB server
    4257 * DB Password, the password of the username
    43  * DB Database name, the database name that you would use for iPeer installation
     58 * DB Database name, the database name that you would use for iPeer installation. You need to create it beforehand, mentioned in section "Install Apache, PHP and MySQL"
     59  * For WAMP, the default username is root, password is empty.
    4460 * iPeer Advanced Setting: Session name, the session name for iPeer. It should be unique to your web server.
    4561 * Login text, this is the login URL that will appear on the iPeer logon screen. You can change it to your school's URL.