You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ If the default `config.php` doesn't hold update information for this OEM, the co
69
69
70
70
1. Create the json file in `config/` with the name of the OEM that contains the same entries as the `config.php`, e.g. `nextcloudev.json`.
71
71
2. To test this update server locally use `composer start`, which then will run the server on localhost port 1234.
72
-
3. Alternativately, you can directly execute: `php -S 0.0.0.0:1234 -t .`
72
+
3. Alternativately, you can directly execute: `php -S 0.0.0.0:1234 -t .`.
73
73
4. To generate debug logs while developing:
74
74
- Create a `php.ini` in the root folder with the following content:
75
75
```
@@ -80,14 +80,14 @@ If the default `config.php` doesn't hold update information for this OEM, the co
80
80
81
81
### Desktop client
82
82
83
-
- For all platforms:
84
-
- Enable `BUILD_UPDATER`
85
-
- Set `APPLICATION_UPDATE_URL` with `http://0.0.0.0:1234`.
83
+
- For all platforms, with cmake:
84
+
- Enable `BUILD_UPDATER`.
85
+
- Set `APPLICATION_UPDATE_URL` with `http://0.0.0.0:1234` or the following environment variable when running the client: `export OCC_UPDATE_URL="http://0.0.0.0:1234"`.
86
86
- On mac OS:
87
-
- Build the app bundle with the updater enabled and codesigned using [mac-crafter](https://github.com/nextcloud/desktop/tree/master/admin/osx/mac-crafter).
87
+
- Build the app bundle and codesign it using [mac-crafter](https://github.com/nextcloud/desktop/tree/master/admin/osx/mac-crafter).
88
88
- Alternativately, with cmake:
89
-
- Enable `BUILD_OWNCLOUD_OSX_BUNDLE`
90
-
- Set `SPARKLE_LIBRARY`
89
+
- Enable `BUILD_OWNCLOUD_OSX_BUNDLE`.
90
+
- Set `SPARKLE_LIBRARY`.
91
91
- `codesign` the `Sparkle.framework` and the app bundle.
0 commit comments