forked from nextcloud/apps
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
🚚 Clone of https://github.com/owncloud/apps for building purposes
stefanroesler/apps
 
 
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
|   |   | |||
Repository files navigation
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 git@github.com: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 ;-)
About
🚚 Clone of https://github.com/owncloud/apps for building purposes
Resources
Contributing
Stars
Watchers
Forks
Packages 0
        No packages published 
      
              Languages
- JavaScript 82.1%
- PHP 11.3%
- CSS 3.9%
- ActionScript 1.4%
- HTML 0.7%
- C# 0.5%
- Other 0.1%