namespace Org\Shipsimu\Hub\Resolver\Command;
// Import Framework stuff
+use Org\Mxchange\CoreFramework\Command\InvalidCommandException;
use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver;
use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
namespace Org\Shipsimu\Hub\Resolver\Command;
// Import Framework stuff
+use Org\Mxchange\CoreFramework\Command\InvalidCommandException;
use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver;
use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
///////////////////////////////////////////////////////////////////////////////
// CFG: HUB-CONSOLE-CMD-FUSE-RESOLVER-CLASS
-$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Mxchange\CoreFramework\Resolver\Command\ConsoleCommandResolver');
+$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Shipsimu\Hub\Resolver\Command\HubConsoleCommandResolver');
// CFG: ENABLE-FEATURE-FUSE
$cfg->setConfigEntry('enable_feature_fuse', 'N');
mode=boot - Your node acts as a bootstrapping-node. This mode is completely
the same as the master-mode. If you can make sure that your node
is up at least 99%, every downtime of a bootstrapping-node
- 'hurts' the network, and that you have the latest SVN changes
+ 'hurts' the network, and that you have the latest GIT changes
you might want to contact me with your static IP number and port
number of your node so I may add it to the hard-coded list of
boostrapping-nodes.
The FUSE virtual filesystem allows to access your node's properties and (later)
many more through FUSE (Filesystem in User SpacE). You need the PHP extension
-'fuse' enabled in your php.ini and please use latest SVN code from
-https://svn.php.net/repository/pecl/fuse/trunk as I also use it. If fuse.dll/so
-is correctly installed and enabled in php.ini, you can try to start it like this:
+'fuse' enabled in your php.ini and please use latest GIT code from
+https://github.com/gree/php-fuse.git as I also use it. If fuse.dll/so is
+correctly installed and enabled in php.ini, you can try to start it like this:
php index.php app=hub command=fuse