Still under construction: http://sinhvien3mien.com/topic/7/1-3
0_1514315500958_Screenshot_2017-12-27_02-11-22.png
0_1514315669624_Screenshot_2017-12-27_02-14-16.png
I have XAMPP. Presuming it won't be sufficient to make NodeBB work as a local install on Ubuntu, what my options to try NodeBB on Ubuntu 14.10 ? Thanks.
Didn't you install NodeBB on Ubuntu before for one of your forums? Bad memory
Anyways, this should get you up and running:
Thanks @psychobunny
I have used Ubuntu to manage my NodeBB install on VPS. But I want to try a local install this time.
And how does we start see the forum ? Does a browser window opens when we try ./nodebb start ?
You have to open it manually.
http://localhost:4567/
Of course you need to configure it to use localhost instead of other IP/hostname/domain.
@nhl.pl said:
Of course you need to configure it to use localhost instead of other IP/hostname/domain.
Thanks. I have XAMPP installed as local host. Will it interfere with http://localhost:4567/ ?
Can you help me with setting up an URL for the local NodeBB install ?
Apache as a part of XAMPP listen on port 80. You can install and configure nginx or built in Node.js webserver to listen on port of your choice (4567 by default). It will not break local PHP/ MySQL sites.
You can find ready to use configurations here:
Thank you @nhl-pl . Will try and update.