Skip to content
Snippets Groups Projects
Commit f4861304 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Remove profile comment from plain linkahead setup

parent c88e74f8
No related branches found
No related tags found
1 merge request!81F local inttests
Pipeline #57026 passed
...@@ -20,10 +20,9 @@ use for this. Instructions can be found in the official LinkAhead ...@@ -20,10 +20,9 @@ use for this. Instructions can be found in the official LinkAhead
be found elsewhere): be found elsewhere):
- The Linkahead server must have debugging enabled. - The Linkahead server must have debugging enabled.
- The database should be empty. - The database should be empty.
- There should be a symlink named `debug-scripting-bin` inside the `custom` profile directory, - The `resources` directory should be made visible, e.g., by
which points to the `resources` directory here in the pyinttest repository. You can create a symlinking or copying its contents. to the server in
symlink like that with the following command (adapt paths to match your setting): `scripting/bin-debug`.
`custom$ ln -s ../../../../linkahead-pyinttest/resources debug-scripting-bin`
- Modify `pylinkahead.ini.template` and save it as `pylinkahead.ini`, taking care of the following points: - Modify `pylinkahead.ini.template` and save it as `pylinkahead.ini`, taking care of the following points:
- Certificates must be valid and be specified in `pylinkahead.ini`. - Certificates must be valid and be specified in `pylinkahead.ini`.
- Server-side scripting paths must be given, otherwise server-side scripting will be omitted. - Server-side scripting paths must be given, otherwise server-side scripting will be omitted.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment