[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
id: pro-installation
title: Installation for Pro
description: Pro Installation
---
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
import ThemedImage from '@theme/ThemedImage';
Clone OpenDBM onto your system. Make sure you have docker installed and running. From the repo, run
```bash
docker build --tag dbm .
```
to install the docker image. Then, youre good to go.
---
Now that youve covered OpenDBM installation, lets dive deeper on some of these core modules by looking at [Usage](opendbm-docker-usage).