mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Fix several warnings and error caused by wrong RST syntax
This commit is contained in:
@@ -84,7 +84,7 @@ You can quit the prompt by entering::
|
||||
An ownCloud instance configured with MySQL would contain the hostname on which
|
||||
the database is running, a valid username and password to access it, and the
|
||||
name of the database. The :file:`config/config.php` as created by the
|
||||
:doc:`installation/installation_wizard` would therefore contain entries like
|
||||
:doc:`../installation/installation_wizard` would therefore contain entries like
|
||||
this:
|
||||
|
||||
.. code-block:: php
|
||||
@@ -117,7 +117,7 @@ first time.
|
||||
An ownCloud instance configured to use sqlite only needs to contain the
|
||||
reference to a writable data directory (which is required for successful
|
||||
operation of ownCloud in general anyway). The :file:`config/config.php` as
|
||||
created by the :doc:`installation/installation_wizard` could therefore contain
|
||||
created by the :doc:`../installation/installation_wizard` could therefore contain
|
||||
entries like this:
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ You can quit the prompt by entering::
|
||||
An ownCloud instance configured with PostgreSQL would contain the hostname on
|
||||
which the database is running, a valid username and password to access it, and
|
||||
the name of the database. The :file:`config/config.php` as created by the
|
||||
:doc:`installation/installation_wizard` would therefore contain entries like
|
||||
:doc:`../installation/installation_wizard` would therefore contain entries like
|
||||
this:
|
||||
|
||||
.. code-block:: php
|
||||
@@ -252,7 +252,7 @@ You can quit the prompt by entering::
|
||||
An ownCloud instance configured with Oracle would contain the hostname on which
|
||||
the database is running, a valid username and password to access it, and the
|
||||
name of the database. The :file:`config/config.php` as created by the
|
||||
:doc:`installation/installation_wizard` would therefore contain entries like
|
||||
:doc:`../installation/installation_wizard` would therefore contain entries like
|
||||
this:
|
||||
|
||||
.. code-block:: php
|
||||
@@ -306,15 +306,15 @@ command line interface:
|
||||
SQLite 3.7.15.1 2012-12-19 20:39:10 6b85b767d0ff7975146156a99ad673f2c1a23318
|
||||
sqlite> .quit
|
||||
|
||||
**MySQL**::
|
||||
**MySQL**:
|
||||
|
||||
Assuming the database server is installed on the same sytem you're running,
|
||||
the command from, use:
|
||||
the command from, use::
|
||||
|
||||
mysql -uUSERNAME -p
|
||||
|
||||
To acess a MySQL installation on a different machine, add the -h option with
|
||||
the respective host name:
|
||||
the respective host name::
|
||||
|
||||
mysql -uUSERNAME -p -h HOSTNAME
|
||||
|
||||
@@ -329,15 +329,15 @@ the respective host name:
|
||||
1 row in set (0.00 sec)
|
||||
mysql> quit
|
||||
|
||||
**PostgreSQL**::
|
||||
**PostgreSQL**:
|
||||
|
||||
Assuming the database server is installed on the same sytem you're running
|
||||
the command from, use:
|
||||
the command from, use::
|
||||
|
||||
psql -Uusername -downcloud
|
||||
|
||||
To acess a MySQL installation on a different machine, add the -h option with
|
||||
the respective host name:
|
||||
the respective host name::
|
||||
|
||||
psql -Uusername -downcloud -h HOSTNAME
|
||||
|
||||
@@ -348,9 +348,9 @@ the respective host name:
|
||||
(1 row)
|
||||
postgres=# \q
|
||||
|
||||
**Oracle**::
|
||||
**Oracle**:
|
||||
|
||||
On the machine where your Oracle database is installed, type
|
||||
On the machine where your Oracle database is installed, type::
|
||||
|
||||
sqlplus username
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@ user management page, click your username on the web interface and select *Users
|
||||
A page similar to the image below will be shown:
|
||||
|
||||
.. figure:: ../images/oc_admin_user_manage.png
|
||||
Users management page
|
||||
|
||||
Users management page
|
||||
|
||||
A fictive use case will help you understand the concept of users, user groups
|
||||
and group admins.
|
||||
|
||||
@@ -5,7 +5,7 @@ This should generally improve performance (web servers are optimized for this) a
|
||||
file serving (i.e. pause and resume downloads).
|
||||
|
||||
.. note :: This feature can currently only be activated for local files, i.e. files inside the **data/** directory and local mounts. It also does not work with the Encryption App enabled.
|
||||
Controlled file serving **does not work for generated zip files**. This is due to zip files being generated and streamed back directly to the client.
|
||||
Controlled file serving **does not work for generated zip files**. This is due to zip files being generated and streamed back directly to the client.
|
||||
|
||||
Apache2 (X-Sendfile)
|
||||
--------------------
|
||||
|
||||
@@ -19,6 +19,7 @@ or else the installation process might fail.
|
||||
|
||||
|
||||
**Archlinux:** The are two packages for ownCloud: `stable version`_ in the official community repository and `development version`_ in AUR.
|
||||
|
||||
.. _stable version: https://www.archlinux.org/packages/community/any/owncloud
|
||||
.. _development version: http://aur.archlinux.org/packages.php?ID=38767
|
||||
|
||||
|
||||
@@ -165,12 +165,9 @@ the user running php on your system.
|
||||
write to the directory. Changing ownership as above could result in some issues
|
||||
if the NFS mount is lost.
|
||||
|
||||
* For Debian-based distributions (like Ubuntu, Debian or Linux Mint) and Gentoo, run:
|
||||
::
|
||||
|
||||
* The generic command to run is::
|
||||
|
||||
sudo chown -R <php-user>:<php-user> /path/to/your/webservers/document-root/owncloud
|
||||
sudo chown -R <php-user>:<php-user> /path/to/your/webservers/document-root/owncloud
|
||||
|
||||
where ``<php-user>`` is to be replaced by the user running php scripts, and
|
||||
``/path/to/your/webservers/document-root/owncloud`` by the folder where the
|
||||
@@ -390,7 +387,7 @@ Nginx Configuration
|
||||
|
||||
- You need to insert the following code into **your nginx config file.**
|
||||
- Adjust **server_name**, **root**, **ssl_certificate** and **ssl_certificate_key** to suit your needs.
|
||||
- Make sure your SSL certificates are readable by the server (see `http://wiki.nginx.org/HttpSslModule`_).
|
||||
- Make sure your SSL certificates are readable by the server (see `Nginx HTTP SSL Module documentation`_).
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
@@ -593,11 +590,11 @@ Ubuntu-Apache-MySQL walk-through:
|
||||
* Make sure to click the "Advanced" Button to see the database settings
|
||||
|
||||
* Choose MySQL as Database backend (you might not be presented with any other
|
||||
choice if you haven't installed any other database systems).
|
||||
choice if you haven't installed any other database systems).
|
||||
* As Database host, enter ``localhost``.
|
||||
* As Database user enter ``root``.
|
||||
* As Database password, enter the password you entered during installation of
|
||||
the MySQL server package.
|
||||
* As Database password, enter the password you entered during installation of the
|
||||
MySQL server package.
|
||||
* As Database name, enter an arbitrary name as you see fit
|
||||
|
||||
Continue by following the :doc:`installation_wizard`.
|
||||
|
||||
@@ -14,6 +14,6 @@ If you can't find a solution, please file an issue:
|
||||
* If the issue with with an ownCloud app, report it to where that app is developed
|
||||
|
||||
* If the app is listed `here <https://github.com/owncloud>`_ report it to the correct repository
|
||||
* If the app is listed `here <https://github.com/owncloud/apps>`_ report it to the apps repository
|
||||
* If the app is listed `in the apps repository <https://github.com/owncloud/apps>`_ report it there
|
||||
|
||||
Please note that the mailing list should not be used for bug reports, as it is hard to track them there.
|
||||
|
||||
@@ -15,7 +15,8 @@ you can enter the website address (or URL), the title of your bookmark, and
|
||||
a set of tags separated from each other by a space.
|
||||
|
||||
.. figure:: images/bookmark_addurl.png
|
||||
Adding a bookmark manually
|
||||
|
||||
Adding a bookmark manually
|
||||
|
||||
In this example, we have added the page `http://wikipedia.org` with the title "Wikipedia"
|
||||
and some tags describing what Wikipedia is for an easier search later on.
|
||||
@@ -47,7 +48,8 @@ The Bookmarklet
|
||||
---------------
|
||||
|
||||
.. figure:: images/bookmark_setting.png
|
||||
Bookmarklet link
|
||||
|
||||
Bookmarklet link
|
||||
|
||||
The creator of this app understands that people won't want to
|
||||
open the ownCloud bookmarks page to add a bookmark every time they see a cool site.
|
||||
|
||||
@@ -6,7 +6,8 @@ you can view (if a common type), move, rename, download, share and delete your f
|
||||
enabled, you can also revert a file to specific version. See :doc:`versioncontrol` for details.
|
||||
|
||||
.. figure:: ../images/oc_filesweb.png
|
||||
Files app on ownCloud web interface
|
||||
|
||||
Files app on ownCloud web interface
|
||||
|
||||
With ownCloud 6, you can now see file thumbnails next to the filenames. By hovering your cursor on a file, you
|
||||
will be provided with some file operations. You can use rename, download, share buttons to perform those actions
|
||||
@@ -20,7 +21,8 @@ To navigate through folders in your ownCloud, you can simply click on a folder n
|
||||
will show your current directory:
|
||||
|
||||
.. figure:: ../images/oc_filesweb_navigate.png
|
||||
Navigation bar
|
||||
|
||||
Navigation bar
|
||||
|
||||
You can click on one of the upper directories to navigate up or use home icon to navigate back into your root
|
||||
folder.
|
||||
@@ -33,7 +35,8 @@ You can create files by simply clicking on *New* button on files app. The *New*
|
||||
options to choose from:
|
||||
|
||||
.. figure:: ../images/oc_filesweb_new.png
|
||||
New button options
|
||||
|
||||
New button options
|
||||
|
||||
* *Text file* will create a simple text file and add into the current folder in your ownCloud.
|
||||
* *Folder* will create a folder in current folder.
|
||||
@@ -68,7 +71,8 @@ Any file/folder on ownCloud can be shared to download with a local user, group o
|
||||
To share a file/folder, hover your cursor on an item in the files app and click *Share*. You will be provided with some options:
|
||||
|
||||
.. figure:: ../images/oc_files_share.png
|
||||
Share dialog
|
||||
|
||||
Share dialog
|
||||
|
||||
* The first field is to share this file/folder with local users/groups. This is very useful
|
||||
if you are in a company and want to create a quick share with a colleague.
|
||||
|
||||
@@ -2,7 +2,8 @@ Using the Calendar App
|
||||
======================
|
||||
|
||||
.. figure:: ../images/calendar_manage-calendars.png
|
||||
Calendar view with global settings pane is open
|
||||
|
||||
Calendar view with global settings pane is open
|
||||
|
||||
.. _managing-calendars:
|
||||
|
||||
@@ -64,7 +65,8 @@ Import
|
||||
~~~~~~
|
||||
|
||||
.. figure:: ../images/calendar_import.png
|
||||
Importing calendar
|
||||
|
||||
Importing calendar
|
||||
|
||||
Importing your calendar as iCal file is done by using the files app. Upload the iCal file
|
||||
and just click on the calendar file to open the import dialog. You can import the calendar
|
||||
@@ -85,7 +87,8 @@ next to your calendar in the calendar list.
|
||||
.. |download| image:: ../images/download.png
|
||||
|
||||
.. figure:: ../images/calendar_export.png
|
||||
Exporting calendar
|
||||
|
||||
Exporting calendar
|
||||
|
||||
Managing events
|
||||
---------------
|
||||
@@ -99,7 +102,8 @@ information such as title, category, etc. If there is more than one calendar, yo
|
||||
be given an option to choose the calendar in which you would like to create the event.
|
||||
|
||||
.. figure:: ../images/calendar_createevent.png
|
||||
New event window
|
||||
|
||||
New event window
|
||||
|
||||
With the advanced options you can set the description, the location, categories etc.
|
||||
|
||||
@@ -155,7 +159,7 @@ with the software you like.
|
||||
To get the global link of your calendars, click on the |gear| icon on the bottom
|
||||
left of the calendar app and copy the relevant address.
|
||||
|
||||
To manually get those addresses, please follow the following steps::
|
||||
To manually get those addresses, please follow the following steps.
|
||||
|
||||
Assuming you access your web interface via an address like this::
|
||||
|
||||
@@ -189,7 +193,8 @@ Why is the calendar app asking for my current location?
|
||||
-------------------------------------------------------
|
||||
|
||||
.. figure:: ../images/calendar_newtimezone1.png
|
||||
Timezone set notification
|
||||
|
||||
Timezone set notification
|
||||
|
||||
The calendar needs your current position in order to detect your timezone.
|
||||
Without the correct timezone there will be a time offset between the events in
|
||||
|
||||
@@ -20,11 +20,13 @@ more faster way of creating contacts.
|
||||
Just below the contact list, click on the gear button:
|
||||
|
||||
.. image:: ../images/contact_bottombar.png
|
||||
|
||||
Contact settings icon
|
||||
|
||||
Once you've clicked it, an up arrow button which lets you upload files will be shown:
|
||||
|
||||
.. image:: ../images/contact_uploadbutton.png
|
||||
|
||||
Contact file upload icon
|
||||
|
||||
After choosing an addressbook to import into, click on the arrow. The upload window will be opened and let you choose your files.
|
||||
@@ -37,6 +39,7 @@ After you are done just click on the open button
|
||||
After the upload it should look something like this in which all the names and contacts will be sorted alphabetically
|
||||
|
||||
.. image:: ../images/contact_vcfpick.jpg
|
||||
|
||||
Picking VCF files
|
||||
|
||||
After upload, the interface will automatically place your contacts into ownCloud.
|
||||
@@ -54,6 +57,7 @@ Just click on a field and start typing the information.
|
||||
You can use the "Add field..." button to add another types of information for this contact.
|
||||
|
||||
.. image:: ../images/contact_emptycontact.png
|
||||
|
||||
Empty contact view
|
||||
|
||||
When you want to remove an information of your contact, just click on little trash icon
|
||||
@@ -65,6 +69,7 @@ Adding picture to the contact
|
||||
There are two methods in which you can give a picture id to the specific contact
|
||||
|
||||
.. image:: ../images/contact_picture.jpg
|
||||
|
||||
Contact picture options
|
||||
|
||||
1) **Direct upload**
|
||||
@@ -74,6 +79,7 @@ After you have selected the picture for the contact you get
|
||||
an option to crop the picture to suit your requirements
|
||||
|
||||
.. image:: ../images/contact_crop.jpg
|
||||
|
||||
Cropping contact picture
|
||||
|
||||
You can crop the picture however you wish and then press *Crop photo*.
|
||||
@@ -90,6 +96,7 @@ you will have access to the application's settings.
|
||||
Then, you will be shown all available addressbooks to access the options.
|
||||
|
||||
.. image:: ../images/contact_del_ab.png
|
||||
|
||||
Addressbook options
|
||||
|
||||
There, you have the ability to add, delete, download or share your addressbooks.
|
||||
|
||||
@@ -9,7 +9,8 @@ As someone who is new to ownCloud, New to SoGo Connector, and new to Thunderbird
|
||||
#. `Thunderbird <http://www.mozilla.org/en-US/thunderbird/>`_ for your OS unless it comes with your OS distribution (Linux)
|
||||
#. `Sogo Connector <http://www.sogo.nu/english/downloads/frontends.html>`_ (latest release)
|
||||
|
||||
With an installed Thunderbird mailtool, and installed SoGo Connector:
|
||||
With an installed Thunderbird mailtool, and installed SoGo Connector:
|
||||
|
||||
#. Thunderbird Addressbook is in the Thunderbird "Tools" Menu
|
||||
#. In the Thunderbird Addressbook application:
|
||||
|
||||
@@ -18,10 +19,12 @@ As someone who is new to ownCloud, New to SoGo Connector, and new to Thunderbird
|
||||
- "**URL:**" is found in your OwnCloud Contacts area, that little Gear symbol
|
||||
|
||||
.. image:: ../images/contact_thunderbird-Symbol_Gear.jpg
|
||||
|
||||
in the -bottom left- of the Contacts View (same symbol as found in the -top right- in the Calendar view). Then look for a little impeller symbol
|
||||
|
||||
.. image:: ../images/contact_thunderbird-Symbol_Impeller.jpg
|
||||
which will display the URL you need for your installation to work.
|
||||
|
||||
which will display the URL you need for your installation to work.
|
||||
|
||||
.. image:: ../images/contact_thunderbird-URL_config.jpg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user