You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the file `example/base.mk` and some of other Makefile in example subdir as template for your own system (see README in example directory for usage)
130
132
131
133
#### Lauching VMD
132
134
Start the VMD program (double click on its icon or launch from the command line).
echo"$(RED)❌ Failed to start the container.$(RESET)";\
95
+
exit 1;\
96
+
fi;\
97
+
HOSTNAME=$$(hostname);\
98
+
echo"$(GREEN)✅ BioSpring container started successfully!$(RESET)";\
99
+
echo"";\
100
+
echo"$(YELLOW)⚠️ Before continuing, please note that the BioSpring program is running now in idle mode within the container, waiting for a connection. By proceeding, we will reattach to the container and display BioSpring's logs in real-time. Afterward, you can use the following information to connect:$(RESET)";\
101
+
echo"";\
102
+
echo" - On the local machine: $(GREEN)localhost:8888$(RESET) or $(GREEN)127.0.0.1:8888$(RESET)";\
103
+
echo" - On the network: $(GREEN)$$HOSTNAME:8888$(RESET)";\
0 commit comments