Coder Social home page Coder Social logo

amin-hedayati / apps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owncloud-archive/apps

0.0 2.0 0.0 72.02 MB

Repo for ownCloud apps. Code here is work in progress and not intended for endusers

PHP 11.40% JavaScript 51.42% CSS 3.93% Shell 0.01% HTML 0.73% ActionScript 1.45% C# 0.49% Perl 0.10% Java 30.45% ApacheConf 0.01%

apps's Introduction

In case you want to use the full apps repo within your ownCloud installation (most probably for development)
you can follow these steps:

1. clone this repo into your ownCloud installation into a new folder (maybe called apps2):
   git clone [email protected]:owncloud/apps.git apps2

2. add this additional apps folder to your configuration (config/config.php):
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => OC::$SERVERROOT.'/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => OC::$SERVERROOT.'/apps2',
      'url' => '/apps2',
      'writable' => false,
    )
    ),

3. Done ;-)

apps's People

Contributors

tanghus avatar deepdiver1975 avatar icewind1991 avatar bernhardposselt avatar bartv2 avatar arkascha avatar mtgap avatar emerzh avatar blizzz avatar vicdeo avatar cosenal avatar jancborchardt avatar tomneedham avatar lukasreschke avatar przybylski avatar nickvergessen avatar butonic avatar cbix avatar michielbdejong avatar brummbq avatar jakobsack avatar morrisjobke avatar priyanka-m avatar ldidry avatar raghunayyar avatar valarauco avatar georgehrke avatar bluewind avatar marticardus avatar cweiske avatar

Watchers

James Cloos avatar Amin Hedayati avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.