MichaelMure / Arbore

Friend-to-friend filesharing app to save the world from dystopia
http://arbo.re
GNU General Public License v3.0
338 stars 51 forks source link

Running the app #37

Open cakeworks12345 opened 6 years ago

cakeworks12345 commented 6 years ago

Hi Michael very interested in trying out what you've created with IPFS and file sharing. Could you give me a quick walkthrough on how to use your app? I've downloaded it and cannot get past the "It seems that the IPFS dameon is not started yet. Daemon stopped" screen. My IPFS Daemon is running though. Thanks J

MichaelMure commented 6 years ago

Hello, It's probably because Arbore embed its own daemon (a go-ipfs one) and that conflict with yours. I should change the ports used for free one at launch but I can't do that now due to some weird complication with Electron.

You can also join https://gitter.im/Arbore/Lobby . Despite what it looks like right now, English is fine there.

cakeworks12345 commented 6 years ago

Thanks - joined the chatroom So what can I do to get around that Daemon problem?

MichaelMure commented 6 years ago

Just stop your own daemon while running Arbore. It's not ideal but it's the best for now.

cakeworks12345 commented 6 years ago

it still says the same thing - cant get in

MichaelMure commented 6 years ago

What OS are you on ? Would you be able to run a development version to get more logs ?

cakeworks12345 commented 6 years ago

I'm on windows 10 yeah sure

MichaelMure commented 6 years ago

You need Node.js (https://nodejs.org/en/).

Clone or download this repository
run npm install to install all the dependencies.
run npm run dev to launch the developement version

Also make sure that your antivirus is not preventing the daemon from running.

cakeworks12345 commented 6 years ago

which folder should I npm run dev in?

MichaelMure commented 6 years ago

The root folder

victorGPT commented 4 years ago

I also encountered the same problem, but my system is mac