From 729b07e5c4a4eae57031061a596d08105dc327f8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 10 Jul 2012 04:18:27 -0400 Subject: [PATCH] added starting information --- README.md | 24 ++++++++++++++++++++---- changelog | 6 ------ 2 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 changelog diff --git a/README.md b/README.md index 73875bab..9e7b0917 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,19 @@ Installing **Cloud Commander** installing is very easy. All you need it's just clone repository from github. Install and start, just 3 commands: - git clone git://github.com/coderaiser/cloudcmd.git - cd cloudcmd - node server.js + git clone git://github.com/coderaiser/cloudcmd.git --recursive +Starting +--------------- +To **Cloud Commander** only one command neaded: + node server.js +After thet Cloud Commander reads config file **config.json** and start server +on 31337 port, if none of port varibles(*cloud9*, *cloudfoundry* and *nodester*) +isn't exist. +Then type in browser + http://127.0.0.1:31337 +or + http://localhost:31337 Updating --------------- **Cloud Commander** is very buggy and alfa so it's very often updated. For update @@ -73,4 +82,11 @@ We could not use this module, but this way is fast: Perhaps in the future, it will not be used, but so far it has no effect on start loading of Cloud Commander Client Side and do things fast and stable -it is using now. \ No newline at end of file +it is using now. + +Contributing +--------------- +If you would like to contribute - send pull request to dev branch. +Getting dev version of **Cloud Commander**: + git clone cloudcmd --recursive + git checkout dev \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index 9d65b107..00000000 --- a/changelog +++ /dev/null @@ -1,6 +0,0 @@ -Cloud Commander v0.1.1 - -- Added onerror parametr to anyload in Clinet Side, so now we can process situation when -js-script(or something other) has not loaded. -- Added jquery file, so from now Cloud Commander can totaly work offline. -- Added css-lint to travis ci. \ No newline at end of file