Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 2a22853

Browse files
committed
Update README.md
1 parent 62c4a95 commit 2a22853

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,24 @@ Open Eclipse and import a Maven project (File > Import... > Maven > Existing Mav
4646
Open Spring Tool Suite and import a Maven project (File > Import... > Maven > Existing Maven Projects).
4747

4848
To Run from within STS:
49+
4950
right click on project and select RunOnServer
5051

5152

5253
To run the DC and/or the TP:
54+
5355
do a maven build and install accordingly. Then the WAR files will be in the right position.
5456

5557
To Start server:
56-
sudo /home/bitnami/springsource/vfabric-tc-server-developer-2.9.3.RELEASE/base-instance/bin/tcruntime-ctl.sh start
5758

59+
```bash
60+
sudo /home/bitnami/springsource/vfabric-tc-server-developer-2.9.3.RELEASE/base-instance/bin/tcruntime-ctl.sh start
61+
```
5862
To Stop server:
63+
64+
```bash
5965
sudo /home/bitnami/springsource/vfabric-tc-server-developer-2.9.3.RELEASE/base-instance/bin/tcruntime-ctl.sh stop
66+
```
6067

6168
### IntelliJ Setup
6269

0 commit comments

Comments
 (0)