Commit Graph

1008 Commits

Author SHA1 Message Date
Carla Schroder
683bb9a98b markup corrections 2014-09-22 21:57:39 -07:00
Carla Schroder
dff35772ae Merge branch 'webservers' of https://github.com/owncloud/documentation into webservers 2014-09-22 21:47:14 -07:00
Carla Schroder
df4c89c0db typo corrections 2014-09-22 21:46:42 -07:00
Carla Schroder
13e4a6acb3 typo correction 2014-09-22 21:44:54 -07:00
Carla Schroder
21b694e9f0 Markup correction 2014-09-22 21:43:09 -07:00
Carla Schroder
fffc0ff083 Break installation_source.rst into multiple pages per Web server configuration 2014-09-22 21:31:46 -07:00
Volkan Gezer
bb65b0db8f move as code 2014-09-22 16:45:05 +02:00
Volkan Gezer
d67235dac1 owncloud capitalization 2014-09-22 16:43:13 +02:00
Daniel Molkentin
c7867fde2f Don't use absolute pathes to images 2014-09-18 15:59:21 +02:00
Volkan Gezer
087e7e9fe2 new appliance and explain intl extension 2014-09-16 21:04:08 +02:00
Morris Jobke
4f80310297 Merge pull request #489 from owncloud/add-opensuse-user
add opensuse php user instruction
2014-09-16 08:54:48 +02:00
Daniel Molkentin
9a1a1c0ab9 Fix statement about verbs 2014-09-04 08:42:49 +02:00
mohammed AlShikhi
8158cf361a Update installation_windows.rst 2014-09-03 13:39:53 +03:00
Volkan Gezer
cd06461766 add opensuse php user instruction 2014-08-21 13:48:38 +02:00
Volkan Gezer
126161568b make php spelling in capital 2014-08-02 14:26:12 +02:00
josh4trunks
3ad3808ead Fix ".well-know" rewrites
Fix a bug I introduces before. Normally dot files "." are hidden, but ownCloud has a purpose for some of these.

Fixes https://github.com/owncloud/documentation/issues/435#issuecomment-50216858
2014-07-26 08:39:27 -07:00
Thomas Müller
fc324d7324 remove duplicate NFS note 2014-07-24 10:41:39 +02:00
Craig Morrissey
7d5e9a7fbf update windows install documentation 2014-07-22 14:36:52 -04:00
Jürgen Weigert
429f13d816 typo. 2014-07-22 16:36:01 +02:00
Morris Jobke
8652bf018f fix broken links 2014-07-16 14:18:31 +02:00
Andreas Fischer
56be505c17 Recommend GMP extension for SFTP due to SSH Diffie-Hellman Key Agreement. 2014-07-15 16:54:17 +02:00
josh4trunks
5a1e0dbeb1 Remove try_files that was causing issues
This 'try_files' was probably originally put in as a security measure against maliciously uploaded static objects that would be then executed as php. See here https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/

This is not needed because 'fastcgi_split_path_info' line already guarantees only the intended php file is passed to PHP as the SCRIPT_FILENAME.
2014-07-10 21:11:00 -07:00
Morris Jobke
c61ffb2339 Merge pull request #312 from RandolfCarter/stable6_fix_win_php_version_hint
Correct PHP installation hints
Conflicts:
	admin_manual/installation/installation_windows.rst
2014-07-04 12:24:09 +02:00
Mark Barnard
312be2ba24 Merge pull request #402 from owncloud/fixing-links
Added links for update.rst access
2014-07-01 08:26:39 -04:00
Volkan Gezer
b7846cc061 add amahi instructions link 2014-06-28 13:46:20 +02:00
Mark Barnard
041014877b Added links for update.rst access
Also enhanced steps.
2014-06-27 16:48:15 -04:00
Morris Jobke
7fb558dd7d Fix several warnings and error caused by wrong RST syntax 2014-06-09 11:03:03 +02:00
Jürgen Weigert
5d0c8ced75 Clarified server vs client's domain names.
Added the missing screenshot.
2014-06-05 20:59:20 +02:00
RandolfCarter
191543c77d Adapt img resolution to avoid size warning 2014-06-02 21:42:23 +02:00
RandolfCarter
3fb29b59cb Crop images 2014-06-02 21:42:16 +02:00
RandolfCarter
e4a93e4197 Add wizard page to index, trusted_domain hint 2014-06-02 21:42:06 +02:00
RandolfCarter
4532405e0b Fixes according to MorrisJobke's comments 2014-06-02 21:41:58 +02:00
RandolfCarter
a04b71b765 Installation wizard / database hint consolidation & fixes
Conflicts:
	admin_manual/configuration/configuration_database.rst
	admin_manual/installation/installation_source.rst
2014-06-02 21:41:37 +02:00
Morris Jobke
19b801d536 fix ownCloud spelling 2014-05-31 20:10:49 +02:00
B1 User
85ca33811a fixed typo at nginx sample configuration, added note box as in stable5 2014-05-31 20:10:42 +02:00
B1 User
2dde112df0 fixed typo at nginx sample configuration 2014-05-31 20:10:35 +02:00
Volkan Gezer
eea17d4dd4 Merge pull request #364 from owncloud/fix-305-356
fixes #305 and #356, add next steps
Conflicts:
	admin_manual/installation/installation_source.rst
2014-05-31 14:03:38 +02:00
Volkan Gezer
1c54b46a0e install source 2014-05-30 21:57:52 +02:00
Volkan Gezer
230a462abc installation source page 2014-05-30 21:35:51 +02:00
Volkan Gezer
4248246199 installation part 1 2014-05-30 17:33:50 +02:00
Morris Jobke
c77064176a raise min PHP version to 5.3.8
original commit by @blizzz in #341
2014-05-11 23:06:21 +02:00
josh4trunks
1167bda6ff NGINX Updates
Make regex non-captuing when not used
Simplified regex when possible
deny all hidden files
use fastcgi_split_path_info function
2014-05-06 07:21:16 -07:00
RandolfCarter
9ac9543923 Update manual install
* update extract section extract section was missing download instructions. Added more complete instructions.
* formatting
* Note about requiring terminal, further formatting
* Updated Ubuntu environment install command
* Note formatting
2014-03-24 15:31:09 +01:00
RandolfCarter
8e54fe93d1 Review corrections
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-19 13:12:06 +01:00
RandolfCarter
71c3e85420 Remove superfluous colon 2014-03-19 13:10:44 +01:00
Martin Mazur
bca8f3c74a correct handeling of 404 error
refer to http://wiki.nginx.org/HttpCoreModule#try_files
tested on my system
2014-03-18 07:46:16 +01:00
RandolfCarter
784fc90868 minor fixes
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:05:24 +01:00
RandolfCarter
67d919600f Naming correction 2014-03-06 11:04:43 +01:00
Randolph Carter
fcd49a9558 A few more formatting corrections and clarification
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:04:41 +01:00
RandolfCarter
ba83c3e7bd Small format fix, improve instruction order in apache section
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:03:49 +01:00
RandolfCarter
ccc1ff9691 Fix several formatting issues
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:02:14 +01:00
RandolfCarter
5be5ce64d4 Rewrite Install Wizard section
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 10:59:14 +01:00
Scott Sweeny
df77f84c0f Correct capitalization of ownCloud 2014-03-05 01:37:06 +01:00
Scott Sweeny
c17b803725 Add instructions on building lighttpd for Debian stable.
Some Owncloud features (Namely contact editing) don't work with Lighttpd on Debian stable because it doesn't support the PATCH verb. Add instructions on how to patch that functionality in and build the resulting package.
2014-03-05 01:36:58 +01:00
Cippaciong
03a53d16c3 Update installation_linux.srt for Arch
ownCloud is now part of the official community repository in Archlinux. I updated description and links.

Signed-off-by: Morris Jobke <morris.jobke@gmail.com>
2014-03-04 09:15:28 +01:00
rol
d6148bb47c fix Sphinx error: add empty line after code-block
The "minimal site configuration on Ubuntu 12.04" is currently not visible at [1].
What's missing is the blank line after the Sphinx directive.

[1] http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html
2014-02-26 21:52:36 +01:00
David Prévot
490fa7cd96 Escape asterisks
They are seen as notes otherwise.

Conflicts:
	admin_manual/LDAP/CONFIGURATION.rst
	admin_manual/config/Mail_Parameters.rst
	admin_manual/config/Miscellaneous.rst
	admin_manual/cron/Usage.rst
2014-02-25 07:37:06 +01:00
David Prévot
6e12a547ec Minor case fix
s/english/English/, s/owncloud/ownCloud, s/mysql/MySQL/, and
s/apache/Apache/.

Conflicts:
	admin_manual/config/APPS.rst
	admin_manual/config/Verification.rst
	admin_manual/installation/installation_source.rst
2014-02-24 13:40:41 +01:00
RandolfCarter
b4c0021313 Some fixes and many more notes and clarifications.
Moved SSL remark from nginx to general webserver section and elaborated more on the reasons why to use it.
Added sudo in various places where root permissions are required (but where there was no explicit mention of it).
Moved part of WebDAV remark from modules to be installed to webserver configuration, added note about disabling authentication.
Add SSL configuration for apache
And more

correct formatting, complete apache configuration

various improvements

formatting, reduce notes, more bullet lists, more detailed SSL note.

more formatting and other fixes

various fixes

add hint that mysql&apache are used in example

fix formatting for apache version script

Conflicts:
	admin_manual/installation/installation_source.rst
2014-02-20 10:07:02 +01:00
Andreas Fischer
5c2632007b Do not list curl and libcurl3. These are irrelevant.
This commits is a forward port of:
44d84353522b5a599b43cea6056e92e7726ae1a6
bf26aab24e0334cc2bfff9a4f834adbe4c99f5a2
c34ca50fe92e6d395f61eb7abb4917c8b910765a
2014-01-17 22:54:39 +01:00
Vincent Petry
fed1c422fe Added minimum PostgreSQL version 2014-01-10 17:55:34 +01:00
Vincent Petry
98faf9f75d Enhanced PHP module deps order
- reordered modules alphabetically for better readability (for example
  when comparing with a repo package list)
- moved DB modules into own section
2014-01-10 17:54:06 +01:00
Florian Selent
20f579188b Fixing Apache 2.4 example config
Using the config before my commit (including "Order allow,deny") my apache (2.4.4) always showed an 403-Error on any OC page.
Don't know exactly why that line is bad, but Apache also recommends it this way. (http://httpd.apache.org/docs/2.4/upgrading.html#run-time)

And it works :)
2013-12-22 00:31:36 +01:00
Diederik de Haas
25192b1d19 Externalized the php handler.
This makes it easy to switch the handler, especially if you have the
fastcgi_pass directive more then one time.
2013-12-14 02:06:40 +01:00
Vincent Petry
1f2f6356ac Merge pull request #202 from owncloud/oc6-manual-installation-cleanup
list required php modules in a distribution independent style
2013-12-11 09:26:54 -08:00
Thomas Müller
c6c43595e3 ffmpeg 2013-12-11 18:18:42 +01:00
Thomas Müller
f8bee7d50a list required php modules in a distribution independent style 2013-12-11 18:09:42 +01:00
blizzz
dc52b0b21b Merge pull request #201 from owncloud/oc6-cleanup
Oc6 cleanup
2013-12-11 07:56:22 -08:00
Thomas Müller
cf3f6e1589 fixing appliance page:
links to PCLinuxOS and Fedora are hopelessly outdated
2013-12-11 16:23:52 +01:00
Thomas Müller
e0ed9e0bbf For Linux we recommend our packages from OBS - otherwise manual installation is required 2013-12-11 15:54:56 +01:00
Morris Jobke
08b73bcc7b Remove duplicate fedora entry 2013-12-11 11:37:27 +01:00
Vincent Petry
27b97cc476 Fixed install dependencies
Fixed minimum required PHP version (Fixes #198)
Added ext storage deps
Added pictures app EXIF deps
2013-12-11 10:58:33 +01:00
Thomas Müller
cd54ca8211 fixing: WARNING: Explicit markup ends without a blank line & WARNING: Enumerated list ends without a blank line 2013-11-25 09:49:57 +01:00
Thomas Müller
77ff76225e fixing typos and spelling + respect max characters of 80 2013-11-25 09:26:46 +01:00
Daniel Molkentin
7c1f72a567 40x.php do not determine the error, they only display it
http://wiki.nginx.org/HttpCoreModule#error_page

See https://github.com/owncloud/mirall/issues/1098#issuecomment-26331473
2013-10-15 15:01:47 +02:00
dietmaroc
79c0b60fa4 Update installation_windows.rst 2013-09-25 10:47:54 +02:00
Ryan
2aeaea89c7 Fixed lighttpd configuration 2013-09-02 23:19:04 +12:00
dietmaroc
cc755a3868 Update installation_others.rst 2013-08-08 16:00:12 +02:00
dietmaroc
d1a51a4305 Update installation_others.rst 2013-08-08 15:53:25 +02:00
dietmaroc
afd3dd294a Update installation_others.rst
Inserted link from open Wrt-Tutorial
2013-08-08 10:38:27 +02:00
Arthur Schiwon
40abc5608a Merge branch 's5-ucs' into stable5 2013-08-08 09:35:53 +02:00
Arthur Schiwon
0447f9a197 UCS: Reinstall instructions 2013-08-08 09:35:22 +02:00
Arthur Schiwon
b31432dbd2 UCS: More details about install via AppCenter 2013-08-08 09:24:45 +02:00
Arthur Schiwon
d76cc97810 Fix Formatting 2013-08-08 09:09:21 +02:00
Daniel Molkentin
5a812347c3 Fix formatting 2013-08-01 17:34:50 +02:00
Daniel Molkentin
b4fe0bac67 Explain Proper Windows IIS Verb Handling
Fixes #142
2013-08-01 17:12:13 +02:00
Arthur Schiwon
90526599aa UCS: update installation procedure and postconfig 2013-07-31 18:05:18 +02:00
Arthur Schiwon
4ffbbd4842 UCS: UCR Intro up to date, update UCR table with new options 2013-07-31 17:55:09 +02:00
Arthur Schiwon
573f760459 UCS: since UCS 3.1 all prerequistes are given, nothing to do 2013-07-31 17:28:06 +02:00
RealRancor
b66a40325b Added php5-pgsql package to text 2013-06-08 12:14:19 +02:00
Daniel Molkentin
8dbd770dcd Mac OS support is broken 2013-06-05 23:49:00 +02:00
Bernhard Posselt
1baa7002d5 Mention PDO in requirements, Fix #116 2013-05-06 16:39:30 +03:00
Bernhard Posselt
3af0c7fbd5 make php5-intl an optional dep 2013-04-09 14:24:02 +02:00
Bernhard Posselt
72ad7aca81 Revert "version bump php to 5.3.4 to fix issue #101"
This reverts commit 8c5a98cc4d.
2013-04-08 11:28:00 +02:00
Bernhard Posselt
732304b397 version bump php to 5.3.4 to fix issue #101 2013-04-08 11:02:09 +02:00
Daniel Tschinder
8791136b80 overwrite SCRIPT_FILENAME variable in nginx conf
SCRIPT_FILENAME is defined in /etc/nginx/fastcgi_params . For owncloud
we need to overwrite it, so php gets only the path/filename of the file
to be executed.
Also turn off access_log and 404 logging for robots.txt
2013-04-06 18:08:19 +02:00
Valerio Ponte
188093b20a clean nginx default config 2013-03-18 22:50:04 +01:00
Thomas Tanghus
c19b6c6fe5 Add doc for updating PHP on Ubuntu 10.04 LTS 2013-03-18 14:23:17 +01:00
ThomasKramps
0dd9f05565 Update installation_others.rst
I think we don't need to define access.log and error.log since owncloud does the logging automatically in /var/log/access.log and /var/log/error.log. Setting a log level here would even rule out the gui setting in the admin section of owncloud.

…and some little design fixes.
2013-03-17 10:45:32 +01:00
ThomasKramps
01585f24a1 Update installation_others.rst
root path is normally /var/www. In default environment $server_name/htdocs throws a 404.

inlude fastcgi.conf throws 'open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)', assuming fastcgi_params would be correct.

access_log main throws an 'unknown log format "main"', here I don't know how to fix it, so I commented it out for me. Please look into it!

First github-experience for me. If I could do something better please criticize.
2013-03-16 16:10:11 +01:00
QuentinFonteneau
b04de7196a precision on regex
Precise to use $1 and $2 for $script_name & $path_info if admin use ^(.+?\.php)(/.*)?$ instead of ^(?<script_name>.+?\.php)(?<path_info>/.*)?$
2013-03-16 11:01:10 +01:00
Leonard
f3b5cd18ec Update installation_others.rst
Update https rewrite.
See http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
2013-03-15 12:31:33 +01:00
Ed Wildgoose
596e4d5f2c Update installation_others.rst
Update Nginx configuration

Fixes a number of potential security holes. Avoids duplication.
TODO: Further restrict locations where .php files can be found.
2013-03-14 16:07:34 +00:00
Bernhard Posselt
697e023734 improvements 2013-02-08 18:24:55 +01:00
Georg Ehrke
2eda97f1f7 Update admin_manual/installation/installation_macos.rst 2013-02-08 18:08:18 +01:00
Bernhard Posselt
a3c497bd9f other installs improvements 2013-02-08 17:14:26 +01:00
Bernhard Posselt
7c9a668d27 improved win installation 2013-02-08 17:00:07 +01:00
Bernhard Posselt
82d4a09a21 restructured admin stuff and fixed warnings 2013-02-08 14:36:59 +01:00