mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Update README.md
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# To build you own OpenMaxIO UI:
|
# To build you own OpenMaxIO UI:
|
||||||
|
|
||||||
|
```bash
|
||||||
git clone https://github.com/OpenMaxIO/openmaxio-object-browser
|
git clone https://github.com/OpenMaxIO/openmaxio-object-browser
|
||||||
cd openmaxio-object-browser/web-app
|
cd openmaxio-object-browser/web-app
|
||||||
yarn install
|
yarn install
|
||||||
@@ -7,11 +8,13 @@ yarn build
|
|||||||
cd ../
|
cd ../
|
||||||
make console
|
make console
|
||||||
./console server
|
./console server
|
||||||
|
```
|
||||||
|
|
||||||
# To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address)
|
# To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address)
|
||||||
|
|
||||||
|
```bash
|
||||||
CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server
|
CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# OpenMaxIO Console
|
# OpenMaxIO Console
|
||||||
|
|||||||
Reference in New Issue
Block a user