aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

install: prompt user to choose between hub install & offline install #164

Closed erichanson closed 5 years ago

erichanson commented 5 years ago

Right now bundles are just installed from the local filesystem. However once the hub is erected, we'll be able to setup bundle.bundle_origin_remote records and pull down the latest bundles from the live server, as well as future updates. Users will be able to issue pull requests, etc. Cool.

But some users may wish to not connect to the hub, and this is ok too.

Prompt user to choose between online install and offline. Install bundles accordingly.