Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
ed0ef843
Commit
ed0ef843
authored
May 19, 2021
by
Cyril Guilloud
Committed by
Matias Guijarro
May 19, 2021
Browse files
port data-port are not customizable via .conf file (for now).
parent
44d0eac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/docs/beacon_install.md
View file @
ed0ef843
...
...
@@ -82,16 +82,23 @@ beacon-server --db-path=~/local/beamline_configuration --redis-port=25001 \
```
Custom Redis configuration file can be specified with
`--redis-config`
and
`--redis-data-config`
arguments
.
`--redis-data-config`
arguments
:
```
shell
beacon-server
--db-path
=
~/local/beamline_configuration
\
--redis-port
=
25001
\
--redis-data-port
=
25002
\
--redis-conf
=
~/local/redis.conf
\
--redis-data-conf
=
~/local/redis_data.conf
```
`port`
,
`data-port`
and
`maxmemory`
can be customized in local configuration file.
Custom configuration file allow to change redis settings like
`maxmemory`
or I/O threads in a local configuration file.
!!! note
Port numbers in redis configuration file will be ignored, always specify
`--redis-port`
and
`--redis-data-port`
to customize the redis listening
ports.
## Web application
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment