Author Topic: Cool file manager  (Read 14284 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cool file manager
« on: January 28, 2016, 12:32:42 PM »
I choose this file manager as best solution - http://cloudcmd.io/, and find the way to use it through CWP.
1) Install Modejs with npm.
2) Install by npm cloudcmd and forever.
3) Create modules to start and stop cloudcmd as daemon.
4) Add this modules to CWP menu.

Now, i can start this manager, open to manage files, and stop when i don't need it.

Offline
*
Re: Cool file manager
« Reply #1 on: September 16, 2016, 10:21:25 AM »

3) Create modules to start and stop cloudcmd as daemon.
4) Add this modules to CWP menu.


And how can do this 2 last steps?

Offline
***
Re: Cool file manager
« Reply #2 on: March 09, 2017, 05:34:23 PM »
To set up modules to start with CentOS:
 <code>chkconfig module_name on</code>
To add it on the CWP menu you need this:
 Open /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php and put inside:
<code><li><a href="index.php?module=module_name"><span class="icon16 icomoon-icon-arrow-right-3"></span>Module Name</a></li></code>

I assume that you have module_name.php in /usr/local/cwpsrv/htdocs/resources/admin/modules
If not - put it there.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...