Changes between Version 27 and Version 28 of install
- Timestamp:
- 2012-02-29T22:55:19Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v27 v28 16 16 == Windows Installation == 17 17 18 === Install Apache, PHP and MySQL === 19 The 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 21 You 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 23 After installation, you may want to start the services. 24 18 25 === 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. 20 30 21 31 === iPeer Installer Wizard === 22 32 Open 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 33 URL: <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 24 37 iPeer should now display a graphical installer for iPeer installation. 38 39 If 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). 25 40 26 41 __''' Steps for iPeer Installer Wizard '''__ … … 41 56 * DB Username, the username of your DB server 42 57 * 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. 44 60 * iPeer Advanced Setting: Session name, the session name for iPeer. It should be unique to your web server. 45 61 * Login text, this is the login URL that will appear on the iPeer logon screen. You can change it to your school's URL.