diff --git a/developer_manual/app/gettingstarted.rst b/developer_manual/app/gettingstarted.rst index 0134c4602..412957a64 100644 --- a/developer_manual/app/gettingstarted.rst +++ b/developer_manual/app/gettingstarted.rst @@ -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 \ No newline at end of file +* :file:`coffee/app.coffee`: the route names