Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Aug 5, 2010
1 parent 4f0bd49 commit c805d1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.idea
17 changes: 17 additions & 0 deletions README
@@ -0,0 +1,17 @@

Steps to run:

git clone git://github.com/goldmann/ct-manager.git
cd ct-manager
ruby ct-manager.rb

Try those URLs:

GET http://localhost:4567/services
GET http://localhost:4567/services/jboss_as/supported_operations
GET http://localhost:4567/services/jboss_as/status
GET http://localhost:4567/services/jboss_as/artifacts

POST http://localhost:4567/services/jboss_as/stop
POST http://localhost:4567/services/jboss_as/restart
POST http://localhost:4567/services/jboss_as/artifacts/deploy

0 comments on commit c805d1c

Please sign in to comment.