Files
open_dbm/docs/docs/pro-installation.md
2022-10-04 03:34:47 +07:00

812 B
Raw Blame History

id, title, description
id title description
pro-installation Installation for Pro Pro Installation

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants'; import ThemedImage from '@theme/ThemedImage';

NOTE for Windows User: Please use the instruction here to install docker and/or enable WSL 2 as Docker Integration

Clone OpenDBM onto your system. Make sure you have docker installed and running. From the repo, run

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.