Thanks to visit codestin.com
Credit goes to github.com

Skip to content

B-Rich/owncloud-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ownCloud

ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.

Build Status on Jenkins CI

Git master: Build Status

Installation instructions

http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html

Contribution Guidelines

http://owncloud.org/dev/contribute/

Get in touch

Important notice on translations

Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/

For more detailed information about translations: http://owncloud.org/dev/translation/ucnh

Modified for Stackato:

ownCloud will be pushed with a filesystem and mysql service, which will automatically be bound in.

To deploy

stackato push -n

The default admin login credentials are

Username: stackato
Password: changeme
Stackato and automatic configuration caveat

After initial deployment, each subsequent push will trigger the automatic configuration process to run again and cause a "Username is already being used" error. As a workaround, open the app (to trigger the automatic configuration process to generate the config file) after the initial push and copy the config file to the data directory (persisted on the filesystem).

stackato run cp config/config.php data/config.php

Then after each subsequent push, run the following before opening the app

stackato run cp data/config.php config/config.php

Note that opening the app before copying the config file back to the config directory will result in automatic logon failing. An "Automatic logon rejected!" warning will be display, but can be ignored. Proceed to login with appropriate credentials.

About

The ownCloud core

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
COPYING-AGPL
Unknown
COPYING-README

Contributing

Stars

Watchers

Forks

Packages

No packages published