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
Commits
5c15b676
Commit
5c15b676
authored
6 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch '2.5' into 2.x
parents
766ebb71
92fb8acb
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/site/markdown/installation.md
+3
-3
3 additions, 3 deletions
src/site/markdown/installation.md
with
4 additions
and
4 deletions
pom.xml
+
1
−
1
View file @
5c15b676
...
...
@@ -234,7 +234,7 @@
<dependency>
<groupId>
com.corundumstudio.socketio
</groupId>
<artifactId>
netty-socketio
</artifactId>
<version>
1.7.1
5
</version>
<version>
1.7.1
6
</version>
</dependency>
<dependency>
<groupId>
javax.inject
</groupId>
...
...
This diff is collapsed.
Click to expand it.
src/site/markdown/installation.md
+
3
−
3
View file @
5c15b676
...
...
@@ -55,11 +55,11 @@ In order to build up a full featured server installation you have to install at
*
Apache HTTP Server 2.4.5 (or newer) with builtin modules
`mod_proxy`
,
`mod_proxy_http`
,
`mod_proxy_wstunnel`
and
`mod_rewrite`
Additionally, you need Python 2.7 (3.0 or newer will not work) to run the "Setup Tool".
We further recommend installing the "Apache Portable Runtime
Library" (libapr1
) for improved performance.
We further recommend installing the "Apache Portable Runtime
(APR) based Native library for Tomcat" (libapr and libtcnative
) for improved performance.
Most of this software can easily be installed on Linux systems using the distribution's package manager:
*
Debian:
`# apt-get install -t jessie-backports nginx openjdk-8-jre && apt-get install lib
apr
1 tomcat8`
*
Ubuntu:
`# sudo apt-get install couchdb lib
apr
1 nginx openjdk-8-jre tomcat8`
*
Debian:
`# apt-get install -t jessie-backports nginx openjdk-8-jre && apt-get install lib
tcnative-
1 tomcat8`
*
Ubuntu:
`# sudo apt-get install couchdb lib
tcnative-
1 nginx openjdk-8-jre tomcat8`
While running ARSnova without a reverse proxy is possible, we do not recommend to do so.
A reverse proxy significantly simplifies the setup of HTTPS and allows running Websocket connections over the default HTTP(S) port.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment