Line 11: |
Line 11: |
| Download the latest version from here http://owncloud.org/releases/ Latest version tested: 4.5.4 | | Download the latest version from here http://owncloud.org/releases/ Latest version tested: 4.5.4 |
| | | |
− | # Create an iBay following the standard procedure for creating an iBay
| + | * Create an iBay following the standard procedure for creating an iBay |
− | # Extract ownCloud into the html directory of the new iBay (in this example called 'owncloud' )==
| + | * Extract ownCloud into the html directory of the new iBay (in this example called 'owncloud' ) |
| For example, you might need to adjust the version of owncloud, see on the owncloud website | | For example, you might need to adjust the version of owncloud, see on the owncloud website |
| cd /home/e-smith/files/ibays/owncloud/html/ | | cd /home/e-smith/files/ibays/owncloud/html/ |
Line 20: |
Line 20: |
| mv owncloud/.htaccess . | | mv owncloud/.htaccess . |
| rm index.html | | rm index.html |
− | # Set proper iBay settings through console:==
| + | * Set proper iBay settings through console: |
| <nowiki>db accounts setprop owncloud \ | | <nowiki>db accounts setprop owncloud \ |
| AllowOverride All \ | | AllowOverride All \ |
Line 28: |
Line 28: |
| PublicAccess global \ | | PublicAccess global \ |
| UserAccess wr-group-rd-everyone | | UserAccess wr-group-rd-everyone |
| + | </nowiki> |
| | | |
− | signal-event ibay-modify owncloud | + | * Update the ibay |
− | </nowiki> | + | signal-event ibay-modify owncloud |
− | | + | |
| * you also need to allow the "allow_url_fopen" | | * you also need to allow the "allow_url_fopen" |
− |
| |
| <nowiki> | | <nowiki> |
| mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf | | mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf |