SAFE Hosting Manager uses keytar module as its dependency. Please install the prerequisites mentioned here based on the platform.
- Note: requires a node version 6.5.0 and an npm version 3.10.3
First, clone the repo via git:
$ git clone https://github.com/maidsafe/safe_examples && cd safe_examples/web_hosting_manager
And then install Node.js dependencies.
$ yarn
Finally, rebuild the native modules
$ yarn run rebuild
Run these two commands simultaneously in different console tabs.
$ yarn run hot-server
$ yarn run start-hot
or run two servers with one command
$ yarn run dev
To package apps for the local platform:
$ yarn run package
To run the application without packaging run
$ yarn run build
$ yarn start
#####macOs
Click SAFE Hosting Manager -> Clear Access Data
from the menu.
#####Windows and Linux
Click File -> Clear Access Data
from the menu.
Licensed under either of
- the MaidSafe.net Commercial License, version 1.0 or later (LICENSE)
- the General Public License (GPL), version 3 (COPYING or http://www.gnu.org/licenses/gpl-3.0.en.html)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 ([CONTRIBUTOR] (CONTRIBUTOR)), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement, version 1.1.