mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #44 from houqp/master
add link for ownCloud setup document
This commit is contained in:
commit
c1ff4bfbbf
@ -25,7 +25,7 @@ To get started you'll need to clone the basic git repositories into your web dir
|
||||
git clone https://github.com/owncloud/3rdparty.git 3rdparty
|
||||
sudo chmod o-rw /var/www
|
||||
|
||||
Now restart your apache server and get ready to set up ownCloud at http://localhost/owncloud
|
||||
Now restart your apache server and get ready to `set up ownCloud`_ at http://localhost/owncloud.
|
||||
|
||||
Enable debugging mode
|
||||
---------------------
|
||||
@ -38,6 +38,7 @@ To disable JavaScript and CSS caching you'll have to turn on debugging in :file:
|
||||
|
||||
.. _GitHub: https://github.com/owncloud
|
||||
.. _GitHub Help Page: https://help.github.com/
|
||||
.. _set up ownCloud: http://doc.owncloud.org/server/5.0/admin_manual/installation.html
|
||||
|
||||
|
||||
Create your app
|
||||
@ -84,4 +85,4 @@ The following things will need to be changed:
|
||||
* :file:`appinfo/info.xml`: Your data
|
||||
* :file:`appinfo/app.php`: the correct navigation settings
|
||||
* :file:`appinfo/routes.php`: the name of the routes
|
||||
* :file:`coffee/app.coffee`: the route names
|
||||
* :file:`coffee/app.coffee`: the route names
|
||||
|
||||
Loading…
Reference in New Issue
Block a user