OpenUBA icon indicating copy to clipboard operation
OpenUBA copied to clipboard

Installation error.

Open monkelegend opened this issue 5 years ago • 3 comments

Hi, After following the installation instructions I am getting an error while running make run_ui its giving me make: *** No rule to make target 'run_ui'. Stop. error.

I wonder how would I go about and solve this. I am not a programmer but very much interested in this project. Any kind of help will be appreciated regarding installation and setting it up.

Thank you.

monkelegend avatar Jan 25 '21 05:01 monkelegend

We need to update the install readme, here is the ui commands. You have a few options, whether you want to run using a react dev server, or using electron:

https://github.com/GACWR/OpenUBA/blob/ae56fe29d2348845f93979de2999f73c7c121f11/Makefile#L32-L38

If you run the dev server, you can go to step 7 in the install doc. Let us know how we can help.

Jovonni avatar Jan 26 '21 03:01 Jovonni

I tried running it with electron. It opens up the electron window but throws an empty page. image

monkelegend avatar Jan 27 '21 06:01 monkelegend

Yes excellent, if you are not running it with electron_static, then you have to have the react development server running.

If you want to run it on the static frontend using electron, build the react app first using the Makefile, and then run the static electron command.

Let us know how that goes. 🚀

Will clean up these install docs on our next big update

Jovonni avatar Jan 27 '21 16:01 Jovonni