@pitaj Of course. Can't believe I missed that. Thanks.
bencfreeman
Posts
-
How to rename a topic? -
How to rename a topic?I've got a forum up and running on NodeBB 1.17.1 running on an Ubuntu 20.04.2 VM. Everything seems to work well and I've figured out most of the things I need to know... I just can't figure out how to rename a topic. I'm using the forum as a kind of wiki and I don't always name my topics correctly, so it would be handy to be able to rename a topic. I've read some other posts that talked about spam topics getting through some kind of filter because the original poster created the topic with a non-spam name but then renamed it to something that was spam, so maybe this functionality is turned off by default?
-
Ubuntu 20.04 automatically start NodeBB on startupI'm not an expert with linux by any stretch of the imagination, but I do have some experience. I installed NodeBB on a Hyper-V VM running Ubuntu 20.04 and it is running perfectly. The only thing I can't figure out how to do is make it start automatically when the server boots up. I've done a lot of Googling and searching the forums but apparently I'm using incorrect syntax or I just don't understand how to make a program start automatically. The only way I can get it to start is to SSH to the server and manually run
./nodebb start
. I've never used cron or set up services in linux so I suspect I'm missing something there in what I have tried already.What is the best way to make NodeBB start automatically?