17 lines
351 B
Markdown
17 lines
351 B
Markdown
# oc-local build/run a local OpenCloud instance
|
|
|
|
|
|
To build :
|
|
|
|
oc-local localbuild
|
|
|
|
for build operation, ensure you have the go command and the flutter command accessible in your path
|
|
|
|
To run :
|
|
|
|
oc-local localrun
|
|
|
|
Caddy will run on port 8080, exposing the frontend in /
|
|
|
|
All API are available in their respective path : /catalog for oc-catalog
|