Any official way to safely and efficiently import from XF 2x? I saw this page https://github.com/akhoury/nodebb-plugin-import but it has not been updated in 3+ years.
Chad_Abizeid
Posts
-
Import from Xenforo -
Install Issue Centos 7@PitaJ Thanks, misread that step. Got it working now.
-
Install Issue Centos 7Can't install on Centos 7 without errors. Followed official install doc:
https://docs.nodebb.org/installing/os/centos/[root@none nodebb]# ./nodebb setup 2022-08-08T14:20:34.071Z [29717] - info: NodeBB Setup Triggered via Command Line Welcome to NodeBB v2.3.1! This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. Press enter to accept the default setting (shown in brackets). URL used to access this NodeBB (http://localhost:4567) Please enter a NodeBB secret (dda0b5cb-9b9b-4587-b3d5-829e325e2c99) Would you like to submit anonymous plugin usage to nbbpm? (yes) Which database to use (mongo) 2022-08-08T14:20:43.027Z [29717] - info: Now configuring mongo database: MongoDB connection URI: (leave blank if you wish to specify host, port, username/password and database individually) Format: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]] Host IP or address of your MongoDB instance (127.0.0.1) Host port of your MongoDB instance (27017) MongoDB username nodebb Password of your MongoDB database MongoDB database name (nodebb) 2022-08-08T14:21:44.375Z [29717] - warn: NodeBB Setup Aborted. MongoServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017 at Timeout._onTimeout (/root/nodebb/node_modules/mongodb/lib/sdam/topology.js:293:38) at listOnTimeout (internal/timers.js:557:17) at processTimers (internal/timers.js:500:7) [root@none nodebb]# firewall-cmd --zone=public --add-port=4567/tcp --permanent -bash: firewall-cmd: command not found [root@none nodebb]# firewall-cmd --reload -bash: firewall-cmd: command not found [root@none nodebb]# ./nodebb start 2022-08-08T14:22:31.089Z [29732] - info: Launching web installer on port 4567 2022-08-08T14:22:42.084Z [29732] - info: Web installer listening on http://0.0.0.0:4567
-
Few QuestionsHey folks.
- Xenforo importer available yet?
- Is there a chat plugin available similar to Flarum's?
-
Installation ErrorsInstalling on a KVM VM, Centos 6 64bit. Followed the tutorial https://docs.nodebb.org/en/latest/installing/os/centos.html
Getting errors though...
[root@localhost ~]# curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash source ~/.bash_profile % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 101 3442 101 3442 0 0 16694 0 --:--:-- --:--:-- --:--:-- 98342 => Downloading nvm from git to '/root/.nvm' => Initialized empty Git repository in /root/.nvm/.git/ remote: Counting objects: 5491, done. remote: Compressing objects: 100% (7/7), done. Receiving objects: 100% (5491/5491), 1.58 MiB, done. remote: Total 5491 (delta 0), reused 0 (delta 0), pack-reused 5484 Resolving deltas: 100% (3321/3321), done. Note: checking out 'v0.13.1'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at eef12cc... v0.13.1 Deleted branch master (was f9e14b7). => Appending source string to /root/.bash_profile => Close and reopen your terminal to start using nvm [root@localhost ~]# source ~/.bash_profile /usr/bin/which: no node in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin) [root@localhost ~]# nvm install v0.12.7 # as of this writing check the result of the list-remote to see all choices ######################################################################## 100.0% -bash: manpath: command not found Now using node v0.12.7 [root@localhost ~]# systemctl start redis -bash: systemctl: command not found [root@localhost ~]# [root@localhost ~]# systemctl enable redis -bash: systemctl: command not found'
-
Wordpress + WHMCS + NodeBB SSOI would really appreciate clarity on this. Thank you.
-
new install, db questionCurrently running Centos 6x with MySQL. I see that NodeBB requires Redis or MongoDB. If I install via root ssh using the CentOS 6/7 instructions, I assume this won't interfere with MySQL right? Just asking to be cautious.
Thanks.
-
Wordpress + WHMCS + NodeBB SSOIs this possible to have a single sign on for all 3?
I know it's possible to do WHMCS + WordPress using this bridge plugin:
https://wordpress.org/plugins/whmcs-bridge/I found this plugin for NodeBB + WP too:
https://github.com/beingmohit/NodeBB-Wordpress-AuthHowever, what about all 3 to be consistent?