mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #1019] Provide development envs of cloud space #447
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#447
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joaoguariglia on GitHub (Jun 22, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1019
Originally assigned to: @Rokt33r on GitHub.
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
@Komediruzecki commented on GitHub (Jun 22, 2021):
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?
@Rokt33r commented on GitHub (Aug 19, 2021):
Currently,
npm run dev:cloudis not available for external contributors. We will resolve this issue very soon. Please wait a little bit more.@asopromadze commented on GitHub (Dec 28, 2021):
Hello @Rokt33r , any news? i'v done as it is in description



I have folowing error
It cant find this env
@Komediruzecki commented on GitHub (Dec 28, 2021):
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.
@asopromadze commented on GitHub (Dec 29, 2021):
Thanks but i have loading screen


seems variable initialized always false in src/cloud/components/Router.tsx
any solution ?
@Komediruzecki commented on GitHub (Dec 29, 2021):
Is that for cloud/webapp?
The electron desktop app seems to complain about not implemented mock:

For web app, I get the same not initialized as you.
After changing the base URL to:
http://localhost:3004/devAnd this mockHandler route:

I am able to get to the space:

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:3004To get it working:

@asopromadze commented on GitHub (Dec 29, 2021):
Thanks I m in 💥
