Changes between Version 4 and Version 5 of nextcloud
- Timestamp:
- Aug 14, 2017, 4:31:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud
v4 v5 70 70 === Synchronizing Files === 71 71 72 You can download either the [https://share.mayfirst.org/index.php/settings/personal android app] or the [https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 iPhone app]. You'll be asked the same questions as the ones above. 73 74 Wait!! This apps costs money! The android app ''does'' cost $.99 from the Googe Store, however, it is free/open source ([https://github.com/owncloud/android available on github]). If you really can't afford the $.99, part of which goes to the developers to support their work, you can [https://f-droid.org/ install fdroid] (a alternative repository for android apps) and install it at no cost. 72 You can download either the [https://play.google.com/store/apps/details?id=com.nextcloud.client android app] or the [https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8 iPhone app]. You'll be asked the same questions as the ones above. 75 73 76 74 == What about synchronizing my contacts and calendar? == … … 87 85 == How do I synchronize with my web site? == 88 86 89 May First/People Link's servers have the owncloudcmd program installed which allows you to synchronize files on our servers to your owncloud account.87 May First/People Link's servers have the owncloudcmd program installed which allows you to synchronize files on our servers to your Nextcloud account. 90 88 91 89 * First, create a file in your user's home directory called `.netrc` … … 102 100 * Create a scheduled job in the control panel with the following command: 103 101 {{{ 104 owncloudcmd --silent -n $HOME/ Nextcloud https://share.mayfirst.org/remote.php/webdav > /dev/null102 owncloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null 105 103 }}} 106 104 … … 109 107 Yes. Here are the steps: 110 108 111 * Create a special user to administer your owncloud for your organization (e.g. yourorg-owncloud-admin).109 * Create a special user to administer your Nextcloud for your organization (e.g. yourorg-nextcloud-admin). 112 110 * Login to Nextcloud as this user and create your shared folders and calendars. You can create one folder and one calendar that everyone has access to or multiple folders and calendars with different access. 113 111 * As this special user, share the folder/calendar with the contacts that should have access.