0

Add documentation section for how to build in admin (#604)

* Add documentation  section for how to build in admin

* add missing backtick
This commit is contained in:
Aaron Ogle 2021-01-07 19:45:39 -06:00 committed by GitHub
parent 92588ca42f
commit 446039a315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,17 @@ Read [more detailed documentation about configuration of S3-compatible services]
There is also a supplied `Dockerfile` so you can spin it up from source with little effort. [Read more about running from source](https://owncast.online/docs/building/). There is also a supplied `Dockerfile` so you can spin it up from source with little effort. [Read more about running from source](https://owncast.online/docs/building/).
### Bundling in latest admin from source
The admin ui is built at: https://github.com/owncast/owncast-admin it is bundled into the final binary using pkger.
To bundle in the latest admin UI:
1. Install pkger. `go install github.com/markbates/pkger/cmd/...`
1. From the owncast directory run the packager script: `./build/admin/bundleAdmin.sh`
1. Compile or run like above. `go run main.go pkged.go`
<!-- LICENSE --> <!-- LICENSE -->
## License ## License