how run it by source code
wyyg66666666 opened this issue · 1 comments
wyyg66666666 commented
cdmikechen commented
@wyyg66666666
If you want to start server, you can build workbench first and then start org.apache.submarine.server.SubmarineServer
class in submarine-server
which is a jetty web server.
Submarine is a cloud native service, so that you need at least a k8d cluster that can be connected locally (local minikube/kind or remote k8s cluster).
At the same time, don't forget that you also need to start a mysql database service that can be connected.