BoostNote-App icon indicating copy to clipboard operation
BoostNote-App copied to clipboard

Provide development envs of cloud space

Open joaoguariglia opened this issue 4 years ago • 7 comments

Hello I'm not a developer I'm sysadmin and I'm trying to install your application on a Debian 10 as an AppWEB service, I did these steps but it still didn't go up, would there be any how to step by step? Considering a Debian from a clean installation:

curl -sL https://deb.nodesource.com/setup_current.x | sudo bash - apt install nodejs npm git git clone https://github.com/BoostIO/BoostNote.next cd BoostNote.next/ npm install npm@latest -g npm i mv .env.default .env npm run dev:cloud

Environment

Web

joaoguariglia avatar Jun 22 '21 20:06 joaoguariglia

Hi, joaoguariglia,

Can you specify what exactly are you trying to do with the service? Boost note next web application as well as cloud workspaces is comprised of backend services in addition to frontend, so it needs those to function completely.

In that case, you cannot really self host the backend services or run the complete cloud workspace app from this repository.

That part is also not open source as far as I know so it would be against the license to do it.

@Rokt33r am I making any sense, can you inspect this also?

Komediruzecki avatar Jun 22 '21 21:06 Komediruzecki

Currently, npm run dev:cloud is not available for external contributors. We will resolve this issue very soon. Please wait a little bit more.

Rokt33r avatar Aug 19 '21 10:08 Rokt33r

Hello @Rokt33r , any news? i'v done as it is in description image I have folowing error image It cant find this env image

asopromadze avatar Dec 28 '21 17:12 asopromadze

Hello,

Did you copy all the vars from here as well? https://github.com/BoostIO/BoostNote-App/blob/master/.env.default

You should rename this default file to .env and try like that.

Komediruzecki avatar Dec 28 '21 19:12 Komediruzecki

Thanks but i have loading screen image seems variable initialized always false in src/cloud/components/Router.tsx image any solution ?

asopromadze avatar Dec 29 '21 07:12 asopromadze

Is that for cloud/webapp?

The electron desktop app seems to complain about not implemented mock: image

For web app, I get the same not initialized as you.

After changing the base URL to: http://localhost:3004/dev

And this mockHandler route: image

I am able to get to the space: image

Can you try it?

For desktop app please additionally add one more env entry (replace the existing if it exists): BOOST_HUB_BASE_URL=http://localhost:3004

To get it working: image

Komediruzecki avatar Dec 29 '21 11:12 Komediruzecki

Thanks I m in :collision: image

asopromadze avatar Dec 29 '21 12:12 asopromadze