microsoft / pai

Resource scheduling and cluster management for AI
https://openpai.readthedocs.io
MIT License
2.63k stars 548 forks source link

Documents about Webportal #4115

Closed xulzee closed 4 years ago

xulzee commented 4 years ago

Organization Name: Nanjing University

Short summary about the issue/question: I want to make some changes to the front-end code and add some projects. Do you have any documents about Webportal?

Gerhut commented 4 years ago

Check out https://github.com/microsoft/pai/blob/master/docs/webportal/PLUGINS.md

Web portal could be easily customized by developing web portal plugins.

abuccts commented 4 years ago

@xulzee To run webportal locally and make some small changes, please refer to this document. Custom plugins are extensions on webportal if you want to add some new plugable features.

xulzee commented 4 years ago

Got it. Thanks verymuch! I found the rest-server API.