KomodoPlatform / Agama

Discontinued software - DONT USE - only for educational purpose
https://komodoplatform.com
MIT License
32 stars 46 forks source link

Developer instruction failing #185

Closed sawlysawly closed 5 years ago

sawlysawly commented 5 years ago

Hi

I follow all developer instructions steps in readme but app screen is blank.

I have front end runnings:

screenshot_2019-01-15_10-34-29

But I cant completes last bits of electron intructions (change dev and debug options and restart) because elctron window is blank:

screenshot_2019-01-15_10-23-26

I gets the console electron errors:

Not allowed to load local resource: file:///home/user/dev/Agama/gui/EasyDEX-GUI/react/build/index.html

And in the terminals:

$ npm start                                                                        

> Agama@0.3.3 start /home/user/dev/Agama
> cross-env NODE_ENV=development electron .

proxy server 94.130.98.74:80
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
Option origins is not valid. Please refer to the README.
user@host:~/dev/Agama$
user@host:~/dev/Agama$ npm start

> Agama@0.3.3 start /home/user/dev/Agama
> cross-env NODE_ENV=development electron .

proxy server 94.130.225.86:80
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
Option origins is not valid. Please refer to the README.

Did I make mistakes? Any advices or reccomendations?

sawlysawly commented 5 years ago

I resolved the problems, seem like developer instruction is incorrects.

I need to manually edit ~/.agama/config.json because of no dev option in GUI to toggle.

@pbca26 I think the change should be made to either add dev toggle to GUI or update readme to explain to edit the JSON file. What do you want? Maybe can I help to do the fix if you say what to change?

pbca26 commented 5 years ago

i pushed updated readme to dev branch you can also run it via devmode param now

sawlysawly commented 5 years ago

Thanks for fix. seems issue is fixed now I can close this issue.