ScrollHub: The fastest way to publish. Run your own ScrollHub in 60 seconds.
@media print {.doNotPrint {display: none !important;}}
.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}
.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}
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!
- Launch a new Ubuntu Droplet on Digital Ocean (or your cloud provider of choice)
- 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 --log ~/ScrollHub/pm2.log && pm2 startup && pm2 save
Optional steps:
- Create a DNS A Record pointing from your domain or subdomain to your new server.
ScrollHub is public domain.