This tutorial is to show you how to install a ownCloud on Debian 7 automatically.
In order for this to work correctly you will need to follow these instructions.
You need to be running Debian 7 32bit or 64bit for this to work.
Please note that this is intended for a clean install as this will remove ALL existing MySQL databases, Nginx and Apache Configurations and Websites on your server.
First you need to download the script, this can be done by running:
wget http://files.rmlh.me/scripts/debian/owncloud.sh
Once that’s downloaded you need to give it permissions to run, you can do this with:
So now we’re ready to start, just enter:
Now follow the on-screen instructions and ownCloud should work.
If you have any issues just comment on this post.
You can see the original post on my blog - http://rmlh.me/?p=34
In order for this to work correctly you will need to follow these instructions.
You need to be running Debian 7 32bit or 64bit for this to work.
Please note that this is intended for a clean install as this will remove ALL existing MySQL databases, Nginx and Apache Configurations and Websites on your server.
First you need to download the script, this can be done by running:
wget http://files.rmlh.me/scripts/debian/owncloud.sh
Once that’s downloaded you need to give it permissions to run, you can do this with:
Code:
chmod +x owncloud.sh
Code:
./owncloud.sh
If you have any issues just comment on this post.
You can see the original post on my blog - http://rmlh.me/?p=34
Last edited by a moderator: