]> git.mxchange.org Git - friendica.git/blob - INSTALL
enhance url parse
[friendica.git] / INSTALL
1 Installation guide
2
3 The following notes apply to pre-alpha releases. Some manual installation is required at this time. 
4
5
6 1. Requirements
7         - Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file
8         - PHP > 5.1. The later the better. You'll need 5.3 for full openssl encryption support
9         - PHP command line access with register_argc_argv set to true in the php.ini file
10         - Mysql 5.x
11
12 2. Edit htconfig.php and change system settings. Rename to .htconfig.php
13
14 3. Import database.sql into your database with mysql command line or via phpmyadmin
15
16 4. Import updates.sql to catch any late-breaking devel changes
17
18 5. Put this directory into the root of your web server document area.
19         - To use a subdir of your main site, set the 
20         config variable $a->path to the relative subdir
21         For example to use http://example.com/test - 
22         set $a->path to 'test'.
23
24 6. Navigate to your site with a web browser and register an account.
25
26