DTStack / doraemon

A management tool to help you organize your daily development
https://dtstack.github.io/doraemon/docsify/#/
MIT License
32 stars 7 forks source link
configuration-management eggjs frontend-tools hosts-manage nodejs proxy-servi

哆啦 A 梦 (Doraemon) Here, you can find everything you need

English | 简体中文

A management tool to help you organize your daily development, configuration, proxy services, host resources, etc.

Features

Environment Support

Quick Start

Install

git clone git@github.com:DTStack/doraemon.git

cd doraemon

Installation dependencies

We recommend using yarn for dependency installation.

yarn install

Import MySQL Database

  1. Please create the database under the service first.
  2. Find the sql folder in the directory and import the doraemon.sql file in the folder into the database created just now.
  3. Refer to Configure MySQL, to configure the database connection.

Running

Local development to start

yarn dev

visit: http://127.0.0.1:7001

Publish mode to start

yarn start 

yarn start:test // test environment publishing

Documentation

Visit Doraemon Docs for the full Doraemon documentation.

Contributing

We welcome all contributions. Please read our CONTRIBUTING.md first.

ChangeLog

Detailed changes for each release are documented in the ChangeLog.md

License

MIT