2013-02-07 03:21:02 +04:00
|
|
|
README
|
|
|
|
======
|
2013-03-23 18:30:47 +04:00
|
|
|
|
|
|
|
Status
|
|
|
|
------
|
|
|
|
App is not finished yet and in rewrite.
|
|
|
|
|
2013-03-23 18:36:12 +04:00
|
|
|
When the first kinda working version is available it will be mentioned in this readme.
|
2013-02-07 03:21:02 +04:00
|
|
|
|
2013-03-23 22:28:02 +04:00
|
|
|
See `Roadmap page <https://github.com/owncloud/news/wiki/Roadmap>`_ in the wiki for more details
|
2013-03-23 18:22:29 +04:00
|
|
|
|
|
|
|
|
|
|
|
How to install the news app
|
|
|
|
---------------------------
|
|
|
|
- Install ownCloud 5.0
|
2013-03-23 18:34:41 +04:00
|
|
|
- Clone the App Framework app into the **/var/www** directory::
|
2013-03-23 18:22:29 +04:00
|
|
|
|
|
|
|
git clone https://github.com/owncloud/appframework.git
|
|
|
|
|
2013-03-23 18:34:41 +04:00
|
|
|
- Clone the News app into the **/var/www** directory::
|
2013-03-23 18:22:29 +04:00
|
|
|
|
|
|
|
git clone https://github.com/owncloud/news.git
|
|
|
|
|
|
|
|
|
2013-03-23 18:23:43 +04:00
|
|
|
- Link both into ownCloud's apps folder::
|
2013-03-23 18:22:29 +04:00
|
|
|
|
|
|
|
ln -s /var/www/appframework /var/www/owncloud/apps
|
|
|
|
ln -s /var/www/news /var/www/owncloud/apps
|
|
|
|
|
2013-03-23 22:12:20 +04:00
|
|
|
- Activate the App Framework App first, then activate the News app in the apps menu
|