run on localhost #155
Replies: 5 comments 3 replies
-
@mesterumanele Hi and welcome to the project! I am not quite sure what is your question, but I'd assume it's about running the app locally or offline.
But that requires that you have both There is also the option to install the app and run it offline, but that requires someone to maintain the 'offline use' configuration, and currently there isn't much interest in that feature so the configuration is a bit outdated and does not work. |
Beta Was this translation helpful? Give feedback.
-
Just to further clarify, the |
Beta Was this translation helpful? Give feedback.
-
Appreciate your details
Thanks
…On Wed, Oct 4, 2023 at 12:02 PM Dimitar Marinov ***@***.***> wrote:
From here you can download git installer for windows:
https://git-scm.com/download/win
And from here node/npm : https://nodejs.org/en/download
You can checkout these instruction here:
https://olanetsoft.medium.com/setting-up-your-development-environment-git-and-node-948613b1239a
After you have those 2 installed you'd need to use the git-console to run
this line
$ git clone https://github.com/dvmarinoff/Flux.git
Than enter the directory with $ cd Flux
Than run the other 2 commands:
$ npm install
$ npm start
This will allow you to run the app on a desktop/laptop machine.
—
Reply to this email directly, view it on GitHub
<#155 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC5XVLLCCCGIZCQBBMGT42TX5WB7ZAVCNFSM6AAAAAA5SGJGJOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TCOBYHAZTE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
all instructions were spot on: i made it work from http://localhost:1234
I still have a question, please: if for example I want to try the ios
webBLE app, should I enter on webBLE the address: http://192.168.x.x:1234?
where 192.168.x.x is the ip of where 'localhost:1234' is running. Or
similarly, from Mac intel chrome browser i try http://192.168.x.x:1234 but
nothing happens: no error, no connection
Thank you,
m
…On Wed, Oct 4, 2023 at 12:02 PM Dimitar Marinov ***@***.***> wrote:
From here you can download git installer for windows:
https://git-scm.com/download/win
And from here node/npm : https://nodejs.org/en/download
You can checkout these instruction here:
https://olanetsoft.medium.com/setting-up-your-development-environment-git-and-node-948613b1239a
After you have those 2 installed you'd need to use the git-console to run
this line
$ git clone https://github.com/dvmarinoff/Flux.git
Than enter the directory with $ cd Flux
Than run the other 2 commands:
$ npm install
$ npm start
This will allow you to run the app on a desktop/laptop machine.
—
Reply to this email directly, view it on GitHub
<#155 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC5XVLLCCCGIZCQBBMGT42TX5WB7ZAVCNFSM6AAAAAA5SGJGJOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TCOBYHAZTE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for the reply!
I understand from your posting that ios doesn't have support; but in the
same posting you suggest to try webBLE app, it might work when connecting
to flux-web.vercel.app. you suggest webBLE might work + other browser
(chrome/yes, edge/yes, opera/yes chromeAndroid/yes, samsungInternet/yes).
Basically, i'm trying to connected with your suggested(webBLE)+approved
browser to my local host instead of the web app flux-web.vercel.app
now, if local flux works on localhost:1234 then i should be able to connect
from another browser inside the lan, with the address of that localhost, as
you suggested... for example localhost is 192.168.2.36... my local flux
works on the computer where flux is running, on 192.168.2.36:1234 but when
i try from a different computer, with edge for example, to try to connect
to 192.168.2.36:1234 nothing happens: no error, no flux dashboard, just
white empty page... this is my question/issue... again, it's not major
issue, just a note. I wonder if localhost flux is made just for localhost?
or should an outside browser use a different port than 1234? i did try 80
but the same result, white page with no error on it...
Thank you for your time and apologize if I'm confusing you or because I'm
confused.
Thanks
…On Fri, Oct 13, 2023 at 10:10 AM Dimitar Marinov ***@***.***> wrote:
I am not sure I follow, but iOS is not supported. The browser on iOS don't
have web bluetooth or any other app-like feature, so web apps are really
limited on iOS.
To open the app from another device you need to find the external IP
address of the device that's running the server, and open that instead. I
don't know how to do this on Windows, but maybe a google search will help.
—
Reply to this email directly, view it on GitHub
<#155 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC5XVLN2MEB3ECGO7HO4TMDX7FDV7AVCNFSM6AAAAAA5SGJGJOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENZUGM3TA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@mesterumanele, I moved you post to discussions:
Beta Was this translation helpful? Give feedback.
All reactions