-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Linux packages instead of zip files #33
Comments
Thanks for that hint! |
Yes, I did that before finding your cool script! :) These are the commands in the correct order (and with the sources.list command wrapped to use sudo):
The ownCloud package will then also request to install the dependencies, which are:
Not sure how we’d do it with Nginx then though – saw in your script and elsewhere that it seems to have better performance over Apache on the Pi. |
@petrockblog so after that process above, you simply need to go to http://raspberrypi/owncloud/ and put in the admin stuff. All permissions etc is cared for by the package manager. The only thing left would be optimization. Either the APC stuff, or using Nginx, whatever. Do we want to improve the script in that direction? :) |
But yeah, apache eats the CPU ;) so we need to find a way to use Nginx instead, but ideally with the owncloud package. |
Yes, I found Nginx to have a far better performance as Apache for this application. Because of that I would not go for the APT package way, currently. Maybe someone will come with a handy idea for this issue (e.g., from on the Owncloud conference)? |
@DeepDiver1975 @dragotin is it possible to use the OBS package for the ownCloud server without needing to use Apache? (Because performance on Raspberry Pi is much much better with Nginx.) |
The OBS package represent the official recommended configuration - which is apache. |
I wonder why the deb packages could not depend on meta package |
we do that already:
but we don't supply configs for other web servers |
The script seems to assume Raspbian, so it would make sense to use the Linux packages instead of the generic zip files:
http://owncloud.org/install/#instructions-packages
The commands for that are
And for adding the key
What do you think @petrockblog?
The text was updated successfully, but these errors were encountered: