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
Bjoern Schiessle
ba00d5d924
remove find statement, this will delete you data and config folder, issue #295
2014-03-10 18:03:00 +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
Andreas Fischer
d22faf3758
Use find instead of ls to delete code files and directories.
2014-03-05 01:27:03 +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
Arthur Schiwon
bd343c5cae
LDAP: update avatar integration part about thumbnailPhoto
2014-02-28 14:56:25 +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
Arthur Schiwon
dbbc1945dc
LDAP: add info that primary groups are not read
2014-02-14 19:27:07 +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
Daniel Molkentin
710cfc54c7
Various fixes
2014-01-06 17:40:56 +01:00
Daniel Molkentin
598153e0fb
Add Windows enablers for documentation
2014-01-06 17:00:33 +01:00
Volkan Gezer
0709f448d3
Improve wording and more "the" usage :)
...
This should give at least better understandability to the manual for
native speakers :).
2014-01-06 12:58:24 +01:00
Volkan Gezer
328cd809b0
Add user_management and update app configuration pages
...
Currently, user_management page is on user_manual (written by @lateral-thinker).
This commit updates the page and moves it into admin_manual.
This commit also updates app configuration page with the new information.
2014-01-04 20:59:04 +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
Bernhard Posselt
8aab8dac9d
Update update.rst
2013-12-19 18:41:07 +01:00
Thomas Müller
b0b0133157
fixes #209
2013-12-19 14:26:01 +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
mxmehl
2ca92bb516
Update update.rst
...
The previous command did not work in my CentOS 6.4 server. The new one works like a charm and also in Debian Sid
2013-12-12 14:45:19 +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
Thomas Müller
f3b51c8dd2
fixing note
2013-12-11 15:53:54 +01:00
Thomas Müller
b9548e6bed
reorder installation instructions based on importance
2013-12-11 15:53:29 +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
7308d95dfd
Merge pull request #194 from owncloud/fixing-stable6
...
fixing typos and spelling + respect max characters of 80
2013-12-10 12:12:43 -08:00
Arthur Schiwon
db2004b4e2
LDAP: add screenshot of profile picture settings after fetched from LDAP
2013-12-10 14:13:13 +01:00
Arthur Schiwon
a020646188
LDAP: update tab name
2013-12-10 14:02:49 +01:00
Arthur Schiwon
2dd59bde1e
LDAP: add information about OC Avatar integration
2013-12-10 14:01:58 +01:00
Arthur Schiwon
ef1005c81c
LDAP: update MS AD section
2013-12-10 13:49:45 +01:00
Arthur Schiwon
6c610f9474
LDAP: remove references to earlier major versions in expert settings
2013-12-10 13:47:02 +01:00
Arthur Schiwon
92cb09a7c6
LDAP: add missing screenshot
2013-12-10 13:44:07 +01:00
Arthur Schiwon
a643353ec1
LDAP: Update doc for Expert Settings
2013-12-10 13:43:50 +01:00
Arthur Schiwon
16f26408aa
LDAP: Update doc for Advanced Settings -> Attributes
2013-12-10 13:42:19 +01:00
Arthur Schiwon
4aab6bf407
LDAP: Update doc for Advanced Settings -> Directory
2013-12-10 13:38:33 +01:00