All Projects → DTStack → doraemon

DTStack / doraemon

Licence: MIT License
A management tool to help you organize your daily development

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to doraemon

nkm-server-ts
🧑‍💻 Node.js + Egg.js + TypeScript + Mysql + Redis 开发的后台管理系统服务端,测试账号:testAdmin/nkm-123456
Stars: ✭ 19 (-9.52%)
Mutual labels:  eggjs
ansible-arch
ansible-arch is an Ansible playbook to provision and recreate from scratch my archlinux workstation environment.
Stars: ✭ 29 (+38.1%)
Mutual labels:  configuration-management
play-rconf
Remote configuration for Play Framework
Stars: ✭ 17 (-19.05%)
Mutual labels:  configuration-management
1config
A command line tool and a library to manage application secrets and configuration safely and effectively.
Stars: ✭ 24 (+14.29%)
Mutual labels:  configuration-management
devops-notes
My technical documentation in the SRE / DevOps paradigm.
Stars: ✭ 19 (-9.52%)
Mutual labels:  configuration-management
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (+28.57%)
Mutual labels:  configuration-management
gitlab-configuration-as-code
Manage GitLab configuration as code to make GitLab easily managable, traceable and reproducible.
Stars: ✭ 31 (+47.62%)
Mutual labels:  configuration-management
ansible-st2
Ansible Roles and Playbooks to deploy StackStorm
Stars: ✭ 85 (+304.76%)
Mutual labels:  configuration-management
saltstack-cheatsheet
🧂 SaltStack Cheat Sheet Plus
Stars: ✭ 31 (+47.62%)
Mutual labels:  configuration-management
rubric
Linter Config Initializer for Python
Stars: ✭ 21 (+0%)
Mutual labels:  configuration-management
parse it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
Stars: ✭ 86 (+309.52%)
Mutual labels:  configuration-management
secode
Utility for encoding/decoding Kubernetes secrets (base64)
Stars: ✭ 23 (+9.52%)
Mutual labels:  configuration-management
egg-react-mobx-demo
A simple todo list demo of using Egg.js, React and MobX.
Stars: ✭ 15 (-28.57%)
Mutual labels:  eggjs
spock
spock is a framework that helps manage complex parameter configurations during research and development of Python applications
Stars: ✭ 65 (+209.52%)
Mutual labels:  configuration-management
Alpheus
Cross-platform configuration file parser
Stars: ✭ 21 (+0%)
Mutual labels:  configuration-management
alpine-conf
[MIRROR] Alpine configuration management scripts
Stars: ✭ 38 (+80.95%)
Mutual labels:  configuration-management
egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (+80.95%)
Mutual labels:  eggjs
puppet-augeasproviders
Alternative Augeas-based providers for Puppet
Stars: ✭ 64 (+204.76%)
Mutual labels:  configuration-management
sift-saltstack
Salt States for Configuring the SIFT Workstation
Stars: ✭ 82 (+290.48%)
Mutual labels:  configuration-management
configmanager
Forget about configparser, YAML, or JSON parsers. Focus on configuration. NOT RECOMMENDED FOR USE (2019-01-26)
Stars: ✭ 15 (-28.57%)
Mutual labels:  configuration-management

哆啦 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

  • Change the traditional front-end and back-end joint mode. There is no need for front-end and back-end restarts of local services during API tuning.
  • Support to receive, share commonly used, easy to use application links.
  • Support multi-environment Host account and password and other information maintenance.
  • Supports configuration file modifications on remote service hosts.
  • Support unified maintenance of local hosts files

Environment Support

  • node >= 8.0.0

Quick Start

Install

git clone [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].