Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
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
Paul-Christian Volkmer
ARSnova Backend
Commits
86ddb14a
Commit
86ddb14a
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch '2.x'
parents
3e406050
b23aa15e
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/site/markdown/installation.md
+5
-2
5 additions, 2 deletions
src/site/markdown/installation.md
with
5 additions
and
2 deletions
src/site/markdown/installation.md
+
5
−
2
View file @
86ddb14a
...
...
@@ -25,7 +25,9 @@ This configuration would support up to 500 users.
## Configuration
You will need to do some configuration work upfront:
Create a copy of
[
arsnova.properties.example
](
src/main/resources/arsnova.properties.example
)
at
`/etc/arsnova/arsnova.properties`
.
Create a copy of
[
src/main/resources/arsnova.properties.example
](
../../main/resources/arsnova.properties.example
)
at
`/etc/arsnova/arsnova.properties`
.
Then change the settings to match your environment.
You need to change at least the following configuration properties:
...
...
@@ -36,7 +38,8 @@ You need to change at least the following configuration properties:
*A note to Windows users*
: our settings are based on Linux and Mac environments.
We do not officially support Windows, so you have to do some extra steps.
The property file's path is hard coded in
[
spring-main.xml
](
src/main/webapp/WEB-INF/spring/spring-main.xml
)
and in the "Setup Tool" (see "Database Setup").
[
src/main/webapp/WEB-INF/spring/spring-main.xml
](
../../main/webapp/WEB-INF/spring/spring-main.xml
)
and in the "Setup Tool" (see "Database Setup").
You want to change the paths to make them match your environment.
...
...
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