diff --git a/.gitignore b/.gitignore index f53afdbf..da25b17b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ node_modules #cloudfoundry info files cloudcmd.manifest.yml +cloudcmddemo.manifest.yml #herocu info file -Procfile \ No newline at end of file +#Procfile \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..6f86b16c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node server.js \ No newline at end of file diff --git a/README.md b/README.md index 0e7a5151..ac37a086 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Cloud Commander =============== **Cloud Commander** - two-panels file manager, totally writed on js. -View [demo](http://cloudcmd.cloudfoundry.com/ "demo"). +View [demo](http://cloudcmddemo.cloudfoundry.com/ "demo"). Benefits ---------------