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
ed3e3419
Commit
ed3e3419
authored
6 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Revise required package for libapr in installation guide
libapr alone is not sufficiant. libtcnative is required for Tomcat.
parent
50d2817f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/site/markdown/installation.md
+3
-3
3 additions, 3 deletions
src/site/markdown/installation.md
with
3 additions
and
3 deletions
src/site/markdown/installation.md
+
3
−
3
View file @
ed3e3419
...
@@ -55,11 +55,11 @@ In order to build up a full featured server installation you have to install at
...
@@ -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`
*
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".
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:
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`
*
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
apr
1 nginx openjdk-8-jre 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.
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.
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