Get your own remoteStorage

Choose one of the existing remoteStorage providers:

If you need help, come to our chat room and let us know. Once you have your remoteStorage account, you can try Libre Docs, the world’s first application to accept remoteStorage accounts. It's just like a normal web application, but does not host your data – Your documents are stored on your remoteStorage account, under your control.

Accept remoteStorage accounts in your web app

We provide a Javascript library for this, called remoteStorage.js. See how to use it with the tutorial that 5apps made for it.

Run your own remoteStorage

Of course, if you have your server or VPS, then you may also want to run your own remoteStorage instance on there. The easiest way to do this is running ownCloud. For that, you need just Apache installed with PHP5, and then follow the ownCloud installation instructions.

Unless you're deploying the latest master, you will need to overwrite apps/user_webfinger and apps/remotestorage subdirectories of your ownCloud install with these latest versions.

Note that you'll need to run your ownCloud installation in the root of your domain (not a subdirectory), the www-data user should have write access on /var/www when you activate both the Webfinger and the remoteStorage apps, you need to enable mod_rewrite in Apache, and you need to set AllowOverride All for /var/www in the Apache config.

Another option is to run express-storage, a remoteStorage server based on nodejs and redis. It's still under development, and mainly meant for testing purposes.

If you have a Ruby-on-Rails site, you should consider integrating liquor-cabinet. It's based on Ruby and Riak, and it's what 5apps use themselves to implement remoteStorage for their users.