Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error. #46

Open
monkelegend opened this issue Jan 25, 2021 · 3 comments
Open

Installation error. #46

monkelegend opened this issue Jan 25, 2021 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@monkelegend
Copy link

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.

@Jovonni
Copy link
Collaborator

Jovonni commented Jan 26, 2021

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:

OpenUBA/Makefile

Lines 32 to 38 in ae56fe2

rd: # react development server
cd interface/ ; npm run start
rb: # react build
cd interface/ ; npm run build
electron: # launch electron
cd interface/ ; npm run start-electron
electron_static: # launch electron static react

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

@Jovonni Jovonni added the documentation Improvements or additions to documentation label Jan 26, 2021
@Jovonni Jovonni self-assigned this Jan 26, 2021
@monkelegend
Copy link
Author

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

@Jovonni
Copy link
Collaborator

Jovonni commented Jan 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants