Skip to content
Snippets Groups Projects

Update install guide for current versions for dependencies

Merged Daniel Gerhardt requested to merge update-install-guide into 2.x
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -72,7 +72,7 @@ you can follow CouchDB's guides to set up CouchDB 2:
* [Single Node Setup](https://docs.couchdb.org/en/stable/setup/single-node.html)
After CouchDB is installed successfully, [set up an admin user](https://docs.couchdb.org/en/stable/config/auth.html)
with the credentions set before for `couchdb.username` and `couchdb.password`.
with the credentials set before for `couchdb.username` and `couchdb.password`.
We provide a Python script that will set up a new database for ARSnova.
This "Setup Tool" is located at [thm-projects/arsnova-setuptool](https://github.com/thm-projects/arsnova-setuptool).