• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Setup Guide


I. Overview

There are multiple ways to install Oinone Math based on the intended usage scenario. For developers of Oinone Math and Oinone Math staff, the preferred method is still to install using the source code.

II. Adapting the Environment for Tutorials

(Ⅰ) Backend Development

So, let's push your changes to the tutorial code repository: oinone/oinone-backend-tutorials. Like the oinone/oinone-backend-starter repository, it will start independently and become part of the whole.

Tip: Independent Module Launch

Modules of Oinone Math support independent operation and do not depend on the Oinone designer module.

Follow the same process as the oinone/oinone-backend-starter repository to clone the oinone/oinone-backend-tutorials repository on your machine with the following command:

git clone git@github.com:oinone/oinone-backend-tutorials.git

Configure your forked repository and Git to push changes to your forked repository instead of the main repository.

Associate Git with your forked repository Visit github.com/oinone/oinone-backend-tutorials, then click the "Fork" button to create a forked repository of this repository under your account.

In the following command, replace <your_github_account> with the GitHub account name you used when creating the forked repository.

cd /TutorialsPath
git remote add dev git@github.com:<your_github_account>/oinone-backend-tutorials.git

That's it! Now your environment is ready to run Oinone from the source code, and you have successfully created a repository. This will enable you to push your work to GitHub.

(Ⅱ) Frontend Development

So, let's push your changes to the tutorial code repository: oinone/oinone-frontend-tutorials. Like the oinone/oinone-frontend-starter repository, it can start independently and replace oinone-frontend-starter to provide frontend services.

Follow the same process as the oinone/oinone-frontend-starter repository to clone the oinone/oinone-frontend-tutorials repository on your machine with the following command:

git clone git@github.com:oinone/oinone-frontend-tutorials.git

Configure your forked repository and Git to push changes to your forked repository instead of the main repository.

Associate Git with your forked repository Visit github.com/oinone/oinone-frontend-tutorials, then click the "Fork" button to create a forked repository of this repository under your account.

In the following command, replace <your_github_account> with the GitHub account name you used when creating the forked repository.

cd /TutorialsPath
git remote add dev git@github.com:<your_github_account>/oinone-frontend-tutorials.git

That's it! Now your environment is ready to run Oinone from the source code, and you have successfully created a repository. This will enable you to push your work to GitHub.

III. Additional Backend Tools

(Ⅰ) IDEA Tool and Plugin Installation

1. Please download the corresponding plugin according to your Idea version

IDEA VersionCorresponding Plugin
2023.2pamirs-intellij-plugin-2023.2.zip
2023.3pamirs-intellij-plugin-2023.3.zip
2024.1pamirs-intellij-plugin-2024.1.zip
2024.2pamirs-intellij-plugin-2024.2.zip
2024.3pamirs-intellij-plugin-2024.3.zip
2025.1pamirs-intellij-plugin-2025.1.zip
2025.2pamirs-intellij-plugin-2025.2.zip

Mac: Click the Preferences menu (shortcut command+,)

Windows: Click the menu item File => Settings => Plugins

Tip

When installing the plugin, select the .zip file without unzipping it.

(Ⅱ) DB GUI Tool

Many people like to use Datagrip, MySQLWorkbench, DBEaver for database management tools. You can choose one according to your preference.

(Ⅲ) Maven Tool

1. Installation

Refer to Maven Installation and Precautions

2. Configuration

It is recommended to place the Maven configuration file settings.xml in the .m2 folder under the user directory.

If there is no user-level maven configuration, you may need to configure maven preferences in IDEA.

(Ⅳ) GraphQL API Debugging Tool

Common GraphQL debugging tools include Postman, Insomnia, etc. When using these tools, you can combine the Environment and placeholder functions to facilitate interface debugging.

IV. Additional Frontend Tools

Refer to the frontend Environment Configuration Advanced

Edit this page
Last Updated:1/15/26, 4:02 AM
Prev
Tutorials
Next
Back-end Framework
默认页脚
Copyright © 2026 Mr.Hope