You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
493 B

6 years ago
6 years ago
6 years ago
  1. SESSION='darkIDtest'
  2. tmux new-session -d -s $SESSION
  3. tmux split-window -d -t 0 -h
  4. tmux split-window -d -t 0 -v
  5. tmux send-keys -t 0 'cd serverIDsigner && go run *.go' enter
  6. tmux send-keys -t 2 'cd clientApp && go run *.go' enter
  7. tmux send-keys -t 1 'cd darkID-library-login-example && go run *.go' enter
  8. tmux attach
  9. # websites:
  10. # 127.0.0.1:8080 darkID client
  11. # or run 'electron .' in the clientApp/GUI directory, to run the desktop app
  12. # 127.0.0.1:5011 library login example with darkID