ScrollHub: The fastest way to publish

ScrollHub is a super server for publishing websites, scientific articles, blog posts, books, and more.

It is the fastest way to publish. Don't take my word for it, try for yourself here: https://hub.scroll.pub

Run your own ScrollHub in 60 seconds

Follow the steps below to run your own ScrollHub server in 60 seconds!

  1. Launch a new Ubuntu Droplet on Digital Ocean (or your cloud provider of choice)
  2. SSH into your new server and run this oneliner:
apt install make zip && git clone https://github.com/tj/n && cd n && make install && n latest && cd && git clone https://github.com/breck7/ScrollHub && cd ScrollHub && npm install . && npm install scroll-cli pm2 -g && git config --global receive.denyCurrentBranch updateInstead && pm2 start server.js --node-args="--max-old-space-size=4096" --log ~/ScrollHub/pm2.log && pm2 startup && pm2 save

Optional steps:

ScrollHub is public domain.

Built with Scroll v146.1.0