Skip to content

Commit

Permalink
Updated documentation and step to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Aug 21, 2018
1 parent 0b60887 commit 2327c0f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.1 - 2018-08-21
### Added
- Added
[documentation in the wiki](https://github.com/jsxc/xmpp-cloud-auth/wiki)
how to achieve
[100% Compliance on the Conversations XMPP tests](https://compliance.conversations.im)

### Fixed
- Deprecation version numbers in the 2.0.0 changelog entry have been fixed.
Expand Down
16 changes: 12 additions & 4 deletions doc/Installation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Installation instructions
Alternative installation instructions:
* [Step-by-step setup of a new server](https://github.com/jsxc/xmpp-cloud-auth/wiki/raspberry-pi-en)
* [Quick setup for an existing *ejabberd* installation](./QuickInstallEjabberd.md)
* [Quick setup for an existing *Prosody* installation](./QuickInstallProsody.md)

## Adding `xcauth` to an existing Nextcloud and an existing XMPP server
This document gives a step-by-step setup if you already have Nextcloud and an XMPP server set up and just want to add *XMPP Cloud Authentication*.

If you are in a hurry, you might use the follow simpler documents instead. If they do not answer all your questions, just come back to this document:
-* [Quick setup for an existing *ejabberd* installation](./QuickInstallEjabberd.md)
-* [Quick setup for an existing *Prosody* installation](./QuickInstallProsody.md)

## Setting things up from the beginning
If, instead, you would like to set up a federated cloud server for storage and communication more or less from scratch, there are more detailed setups in our wiki. We especially recommend:
* [Step-by-step tutorial-style setup of a new server](https://github.com/jsxc/xmpp-cloud-auth/wiki/raspberry-pi-en) (using *ejabberd*; achieves 100% score on [Conversations XMPP Compliance test](https://compliance.conversations.im))
* [Setup of a new server for the experienced admin or separate servers](https://github.com/jsxc/xmpp-cloud-auth/wiki) (the description for *ejabberd* achieves the same 100%)

## Download software
### Option 1, simple: Use the Debian package
Expand Down
2 changes: 1 addition & 1 deletion xclib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.0.0+'
VERSION = '2.0.1'

0 comments on commit 2327c0f

Please sign in to comment.