From 88bf25c14110dd1c3eb7d3f9107250e39cd59cb6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Mar 2013 22:33:07 +0100 Subject: [PATCH] added hint about appframework activation --- developer_manual/app/appframework/tutorial.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/developer_manual/app/appframework/tutorial.rst b/developer_manual/app/appframework/tutorial.rst index be446b793..dbffe8f65 100644 --- a/developer_manual/app/appframework/tutorial.rst +++ b/developer_manual/app/appframework/tutorial.rst @@ -5,6 +5,12 @@ App Tutorial This tutorial contains the MVC approach to write an app and continues where :doc:`../intro/createapp` left off. The result will be a simple "Hello World" app. +To make use of the App Framwork app it must be activated first by linking it into the app directory:: + + sudo ln -s /var/www/apps/appframework /var/www/owncloud/apps + +After that activate it on the apps page. + Create an navigation entry -------------------------- The **app.php** will always loaded for every app and can for instance be used to load additional JavaScript for the files app. Therefore the navigation entry has to be registered in this file.