Arbore icon indicating copy to clipboard operation
Arbore copied to clipboard

Running the app

Open cakeworks12345 opened this issue 7 years ago • 10 comments

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

cakeworks12345 avatar Jan 22 '18 14:01 cakeworks12345

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.

MichaelMure avatar Jan 22 '18 14:01 MichaelMure

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

cakeworks12345 avatar Jan 22 '18 14:01 cakeworks12345

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

MichaelMure avatar Jan 22 '18 14:01 MichaelMure

it still says the same thing - cant get in

cakeworks12345 avatar Jan 22 '18 14:01 cakeworks12345

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

MichaelMure avatar Jan 22 '18 14:01 MichaelMure

I'm on windows 10 yeah sure

cakeworks12345 avatar Jan 22 '18 14:01 cakeworks12345

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.

MichaelMure avatar Jan 22 '18 14:01 MichaelMure

which folder should I npm run dev in?

cakeworks12345 avatar Jan 22 '18 14:01 cakeworks12345

The root folder

MichaelMure avatar Jan 22 '18 14:01 MichaelMure

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

victorGPT avatar Jan 11 '20 10:01 victorGPT