Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Merge requests
!152
Update install guide for current versions for dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update install guide for current versions for dependencies
update-install-guide
into
2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Daniel Gerhardt
requested to merge
update-install-guide
into
2.x
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Update CouchDB section for version 2
Remove "or newer" for OpenJDK (ARSnova 2 does not run on JDK 11)
Adjustments for Debian 9/10
Install Tomcat 9
0
0
Merge request reports
Compare
version 1
version 1
9e3f7bcd
5 years ago
2.x (base)
and
latest version
latest version
3945c0a9
1 commit,
5 years ago
version 1
9e3f7bcd
1 commit,
5 years ago
Show latest version
1 file
+
1
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/site/markdown/installation.md
+
1
−
1
Options
@@ -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 credenti
on
s set before for
`couchdb.username`
and
`couchdb.password`
.
with the credenti
al
s 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
)
.