浏览代码

Create development.md

Stefan Pejcic 1 年之前
父节点
当前提交
0c693a7c26
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      documentation/docs/admin/customize/development.md

+ 18 - 0
documentation/docs/admin/customize/development.md

@@ -0,0 +1,18 @@
+---
+sidebar_position: 6
+---
+
+# Development
+
+
+
+## Running Custom Code
+
+### Run custom code on OpenPanel installation
+
+To execute custom code following the installation of OpenPanel, place your custom script on the server. When initiating the OpenPanel installation process, use the `--post_install=` flag and specify the path to your script within it.
+Example:
+
+```bash
+ --post_install=/root/my_custom_script.sh
+```