Skip to content

Can't build UI from master but 33a7fbb20 looks fine. #5

@icesvz

Description

@icesvz

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 

open http://localhost:9090/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions