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

Commit 62c4a95

Browse files
committed
Update README.md
1 parent 533c436 commit 62c4a95

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mvn tomcat7:run
2424

2525
Now the application should be available at [http://localhost:9000/](http://localhost:9000/).
2626

27+
2728
## Building
2829
```bash
2930
# for the default test profile
@@ -44,6 +45,19 @@ Open Eclipse and import a Maven project (File > Import... > Maven > Existing Mav
4445

4546
Open Spring Tool Suite and import a Maven project (File > Import... > Maven > Existing Maven Projects).
4647

48+
To Run from within STS:
49+
right click on project and select RunOnServer
50+
51+
52+
To run the DC and/or the TP:
53+
do a maven build and install accordingly. Then the WAR files will be in the right position.
54+
55+
To Start server:
56+
sudo /home/bitnami/springsource/vfabric-tc-server-developer-2.9.3.RELEASE/base-instance/bin/tcruntime-ctl.sh start
57+
58+
To Stop server:
59+
sudo /home/bitnami/springsource/vfabric-tc-server-developer-2.9.3.RELEASE/base-instance/bin/tcruntime-ctl.sh stop
60+
4761
### IntelliJ Setup
4862

4963
Open IntelliJ and open the project (File > Open...).

0 commit comments

Comments
 (0)