Ok, I think I got it - had to drop the original db before restoring. Now it seems to work #fingerscrossed
Install NodeBB to Codio
-
Hi all,
Does anyone have an experience to install and run NodeBB to Codio ? (Codio | The Hands-On Platform for Computing & Tech Skills Education
Codio is the evidence-based platform for high-quality computing education and tech skills development. Jump-start engagement, boost performance, save time.
(codio.com)
All tips appreciated. -
Should be as simple as following the ubuntu guide , however I have an hour spare, so I will make sure and edit this post with a definitive answer shortly.
EDIT: Seems you can't deploy to a live environment without a paid plan, so I can only test it so far, but it comes with nodejs already installed, so assuming you have a paid plan, and access to the command line, following the ubuntu install above should work fine. (Changing the first line to just
sudo apt-get install redis-server imagemagick npm
)If you're looking for a free IDE to test NodeBB, I'd recommend
, works the same was as codio.May as well make a quick guide to deploying on Koding while I've got some time spare.
-
Thank you! I know it should be not a problem but what I am missing here is the exact syntax. I 've tried to follow the:
but most of them are out of date.
(I see the update for Koding now, yours? :))I develop on chromebook most of the time so I went through all the cloud APIs. And Codio is a winner for me!
Thanks for taking the time to do the Koding. I will have a look at it when I'll have a minute.
Coolio! -
@Evzen-Pomschar
All sorted now:
https://codio.com/s/docs/specifics/nodebb/
(this had been added to github)Thank you all for your help.