forked from minio/object-browser
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I have a proposal to start over from 33a7fbb (and a1369db4f3 for mds) as current master seems broken to build. This is the latest functional build as I see.
My steps to build a working UI:
git clone https://github.com/OpenMaxIO/mds
cd mds
git checkout a1369db4f33a385a6e71bd37fcd0e2ea687462dd
cd ../
git clone https://github.com/OpenMaxIO/openmaxio-object-browser
cd openmaxio-object-browser/web-app
git checkout 33a7fbb20
sed -i -e 's/https:\/\/github.com\/minio\/mds.git#v1.0.4/..\/..\/mds\//g' package.json
sed -i -e 's/MinIO is a cloud/OpenMaxIO is a cloud/g' ./src/screens/LoginPage/LoginCallback.tsx
sed -i -e 's/MinIO is a cloud/OpenMaxIO is a cloud/g' ./src/screens/LoginPage/Login.tsx
yarn install
yarn build
cd ../
make console
./console server
Metadata
Metadata
Assignees
Labels
No labels