mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
Run IR/SN app not in docker #17
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (May 12, 2021).
Is there any way to run IR/SN app not in docker? This could make the testing process faster and make it more easier to run code with an attached debuger.
I see this as an optional feature when
docker-composestarts: the whole network doesupand it is possible to connect(register) local(not docker) go application as a SN to that network.Maybe there must appear some configuration/script files for the correct app connection in that repository.
@alexvanin commented on GitHub (May 13, 2021):
Sure. All chain endpoints are available outside of the docker environment. You can launch neofs-dev-env and then run your neofs-node binary with config file, e.g.
./bin/neofs-node -config config.yml.As you see you need correct config file with script hashes, endpoints, etc. After https://github.com/nspcc-dev/neofs-node/issues/493 there will be easier way to build your own config.yml from example. Right now it is a bit a mess of configuration values. However I don't think neofs-dev-env will contain yml configs for nodes, since ENVs are used by other applications.