mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) rm additional modules, contributing
This commit is contained in:
parent
1a8eba304d
commit
1c6f2dfd82
1 changed files with 0 additions and 44 deletions
44
HELP.md
44
HELP.md
|
|
@ -342,50 +342,6 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
|
|||
/etc/init.d/nginx restart
|
||||
```
|
||||
|
||||
To run Cloud Commander as daemon in linux you could set **log** to true in config and
|
||||
do something like this:
|
||||
|
||||
nohup node cloudcmd
|
||||
|
||||
Additional modules list
|
||||
---------------
|
||||
To extend capabilities of file manager next modules used:
|
||||
|
||||
- [Ace] [AceURL]
|
||||
- [Diff-Match-Patch] [Diff-Match-PatchURL]
|
||||
- [Minify] [MinifyURL]
|
||||
- [FancyBox] [FancyBoxURL]
|
||||
- [console-io] [console-ioURL]
|
||||
- [github] [githubURL]
|
||||
- [dropbox-js] [dropbox-jsURL]
|
||||
- [jquery] [jqueryURL]
|
||||
- [socket.io] [socketIOURL]
|
||||
- [http-auth] [httpAuthURL]
|
||||
- [rimraf] [rimrafURL]
|
||||
- [mkdirp] [mkdirpURL]
|
||||
|
||||
[AceURL]: http://ace.ajax.org/ "Ace"
|
||||
[Diff-Match-PatchURL]: https://code.google.com/p/google-diff-match-patch/ "Diff-Match-Patch"
|
||||
[MinifyURL]: http://coderaiser.github.io/minify "Minify"
|
||||
[FancyBoxURL]: //github.com/fancyapps/fancyBox "FancyBox"
|
||||
[console-ioURL]: //github.com/cloudcmd/console "console-io"
|
||||
[githubURL]: //github.com/michael/github "github"
|
||||
[dropbox-jsURL]: //github.com/dropbox/dropbox-js "dropbox-js"
|
||||
[jqueryURL]: //jquery.com
|
||||
[socketIOURL]: http://socket.io
|
||||
[httpAuthURL]: //github.com/gevorg/http-auth
|
||||
[rimrafURL]: //github.com/isaacs/rimraf "rimraf"
|
||||
[mkdirpURL]: //github.com/substack/node-mkdirp
|
||||
|
||||
Contributing
|
||||
---------------
|
||||
If you would like to contribute - read [guide](https://github.com/coderaiser/cloudcmd/blob/master/CONTRIBUTING.md) and send pull requests to dev branch.
|
||||
Getting dev version of **Cloud Commander**:
|
||||
|
||||
git clone git://github.com/coderaiser/cloudcmd.git
|
||||
cd cloudcmd && git checkout dev
|
||||
|
||||
|
||||
Version history
|
||||
---------------
|
||||
- *2014.11.21*, **[v1.5.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.5.1.zip)**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue