Create development.md
This commit is contained in:
parent
d1cdc269f5
commit
0c693a7c26
1 changed files with 18 additions and 0 deletions
18
documentation/docs/admin/customize/development.md
Normal file
18
documentation/docs/admin/customize/development.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Add table
Reference in a new issue