-
Notifications
You must be signed in to change notification settings - Fork 34
Alpha Testing
Testing the Alpha 1 code for release 15-17 December.
See Roadmap for more details
Features should be ready for testing. Expected is alpha code for testing and bug fixing. Feature will include a decentralized passport, decentralized storage.
Having a server online or desktop computer would be useful to help testing. Instructions will be provided.
- Bitmark Storage
- Bitmark Passport
Bitmark storage will include bitmark passport. In addition to this feature freeze, there will probably be paid storage integration, but that is not part of the feature freeze.
Currently aimed at people running their own cloud storage or home storage that are able to understand running a server or follow instructions.
-
A server with some disk space is required to run bitmark storage.
-
nodejs
-
git
-
having your own domain is an advantage
-
Clone the bitmark storage repo
-
npm install
-
run node bin/solid init to generate a config (or use a pre determined config and keys -- this is the hardest step)
-
install pm2 ( npm install -g pm2 )
-
run node bin/solid -v under pm2 start
-
(optional) forward a port to the outside world if not already
-
(optional) if running on your home pc add a dyndns service like noip.com.
-
(optional) CNAME a domain to your storage server
-
(optional) remove SSL warnings using letsencrypt
- melvincarvalho (slack)
- brian (slack)