This commit is contained in:
yumoqing 2025-10-12 15:18:34 +08:00
parent e581487005
commit ebdb090e98

View File

@ -3,24 +3,20 @@
## 环境准备
### 后台服务器安装部署
与bricks框架同时开发的[gadget](https://git.kaiyuancloud.cn/yumoqing/gadget)的后台服务器是一个python开发的后台应用服务器。
与bricks框架同时开发的[ahserver](https://git.opencomputing.cn/yumoqing/ahserver)的后台服务器是一个python开发的后台应用服务器。
请按照gadget服务器的安装说明部署后台应用服务器
请按照ahserver服务器的安装说明部署后台应用服务器
或者部署其他后台服务器,后台服务器需满足[对后台服务器要求](server.md)
### 将bricks的目标文件复制或链接到后台服务器的web文档根目录下
### index.html
### index.ui
请参照/bricks/header.tmpl和/bricks/footer.tmpl内容编写项目的index.html文件
将项目的root控件放在index.html中
其中可以添加项目自身的css文件项目自己的javascript
可设置的内容请参看[index.html文件内容](index_html.md)
将项目的root控件放在index.ui中
### 用户界面编写