Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opennsa3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Hažlinský
opennsa3
Commits
fd19c694
Commit
fd19c694
authored
4 years ago
by
Bjarke Madsen
Browse files
Options
Downloads
Patches
Plain Diff
Add new tac file that uses config from mounted volume.
parent
f2328b9c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opennsa-docker.tac
+12
-0
12 additions, 0 deletions
opennsa-docker.tac
with
12 additions
and
0 deletions
opennsa-docker.tac
0 → 100644
+
12
−
0
View file @
fd19c694
#!/usr/bin/env python # syntax highlightning
# This is .tac file for running OpenNSA directly from the source directory
# without installing OpenNSA. Handy for testing.
# Run directly in the terminal with: twistd -ny opennsa.tac
# Spawn deamon with twistd -y opennsa.tac
from
opennsa
import
setup
# you can get debug and/or payload info in the log by setting one of the flags to true
application
=
setup
.
createApplication
(
'
/opennsa-config/opennsa.conf
'
,
payload
=
False
,
debug
=
False
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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