Line 33: |
Line 33: |
| flush privileges; | | flush privileges; |
| exit | | exit |
| + | |
| + | ===Unzip Elgg in the Elgg Ibay=== |
| + | TBA |
| + | chown html root:www |
| + | cd html |
| + | chown -R www:www * |
| + | |
| + | ===Edit .htaccess=== |
| + | Replace |
| + | #RewriteBase / |
| + | with |
| + | RewriteBase /elgg |
| + | |
| + | ==Finalize installation== |
| + | Go to your Elgg Ibay: |
| + | http://YOURSERVER/elgg |
| + | and follow the instructions using the credentials you used above |