start docs with jekyll
and just the docs
This commit is contained in:
34
docs/setup/classic.md
Normal file
34
docs/setup/classic.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
layout: default
|
||||
title: Classic
|
||||
permalink: /seutp/classic
|
||||
parent: Setup
|
||||
---
|
||||
|
||||
## Classic setup
|
||||
|
||||
1. Install Node.js
|
||||
```bash
|
||||
curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||
apt-get install -y nodejs
|
||||
```
|
||||
<small>[source](https://github.com/nodesource/distributions/blob/master/README.md)</small>
|
||||
2. Install Gancio
|
||||
```bash
|
||||
npm install --global gancio
|
||||
```
|
||||
|
||||
3. Setup
|
||||
```bash
|
||||
gancio setup
|
||||
```
|
||||
|
||||
4. Start
|
||||
```bash
|
||||
gancio start
|
||||
```
|
||||
5. Enjoy :tada:
|
||||
Point your web browser to [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
|
||||
|
||||
10
docs/setup/docker.md
Normal file
10
docs/setup/docker.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: Docker
|
||||
permalink: /setup/docker
|
||||
parent: Setup
|
||||
---
|
||||
|
||||
## Install with docker
|
||||
|
||||
|
||||
12
docs/setup/setup.md
Normal file
12
docs/setup/setup.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
title: Setup
|
||||
permalink: /setup
|
||||
has_children: true
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
# Setup
|
||||
|
||||
You would setup **Gancio** for different scenario
|
||||
{: .fs-6 }
|
||||
Reference in New Issue
Block a user