mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
Added documentation for Now.sh deployment
This commit is contained in:
parent
d47f47baec
commit
d1e5f93239
11
README.md
11
README.md
@ -45,7 +45,7 @@ Try the [interactive tutorial](http://gun.js.org/think.html) in the browser (**5
|
|||||||
|
|
||||||
## Quick dev/test Deployments
|
## Quick dev/test Deployments
|
||||||
|
|
||||||
- To quickly spin up a Gun test server for your development team, uilize eiher [Heroku](http://heroku.com) or [Docker](http://docker.com) or any variant thereof ([Dokku](http://dokku.viewdocs.io/dokku/), [Flynn.io](http://flynn.io), etc)
|
- To quickly spin up a Gun test server for your development team, uilize eiher [Heroku](http://heroku.com) or [Docker](http://docker.com) or any variant thereof ([Dokku](http://dokku.viewdocs.io/dokku/), [Flynn.io](http://flynn.io), [now.sh](https://zeit.co/now), etc)
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
```bash
|
```bash
|
||||||
@ -65,6 +65,15 @@ Try the [interactive tutorial](http://gun.js.org/think.html) in the browser (**5
|
|||||||
```
|
```
|
||||||
Then visit the URL in the output of the 'heroku create' step, in your browser.
|
Then visit the URL in the output of the 'heroku create' step, in your browser.
|
||||||
|
|
||||||
|
### Now.sh
|
||||||
|
```bash
|
||||||
|
npm install -g now
|
||||||
|
git clone https://github.com/amark/gun.git
|
||||||
|
cd gun
|
||||||
|
now --npm
|
||||||
|
```
|
||||||
|
Then visit the URL in the output of the 'now --npm' step, in your browser.
|
||||||
|
|
||||||
### Videos
|
### Videos
|
||||||
- [Fault tolerance](https://www.youtube.com/watch?v=-i-11T5ZI9o&feature=youtu.be) (01:01)
|
- [Fault tolerance](https://www.youtube.com/watch?v=-i-11T5ZI9o&feature=youtu.be) (01:01)
|
||||||
- [Saving relational or document based data](https://www.youtube.com/watch?v=cOO6wz1rZVY&feature=youtu.be) (06:59)
|
- [Saving relational or document based data](https://www.youtube.com/watch?v=cOO6wz1rZVY&feature=youtu.be) (06:59)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user