[bisq-network/bisq] Add Makefile for automating localnet setup (#3718)

Chris Beams notifications at github.com
Tue Dec 3 11:13:26 UTC 2019


FYI, there is now a `make undeploy` target as well. From commit message ed40afb:

```
$ git log -1 ed40afb
commit ed40afb1516a08aa651665ed1d61d60555543c5d
Author: Chris Beams <chris at beams.io>
Date:   Tue Dec 3 11:56:04 2019 +0100

    Add 'make undeploy' target to kill all running nodes
    
    Problem: previously, in order to completely shut down a running
    localnet, users had to attach to their 'localnet' screen and kill (^C)
    each process, then quit and kill the entire screen session.
    
    Solution: this change introduces an 'undeploy' target that automates
    sending the ^C to each screen window followed by sending screen's 'kill'
    command to any remaining windows, thus killing the entire 'localnet'
    screen session.
    
    The result is that users may now run the following two commands in
    succession any number of times to bring their localnet up and down (to
    'deploy' and 'undeploy' their localnet).
    
        # bring up localnet
        $ make deploy
    
        # use localnet to test, develop, etc...
    
        # bring down localnet
        $ make undeploy
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3718#issuecomment-561121507
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191203/6720f2d8/attachment.html>


More information about the bisq-github mailing list