Just a user on the actual nodebb database issue. (had to create one as opposed to trying to use the Global Admin)
All sorted
Just a user on the actual nodebb database issue. (had to create one as opposed to trying to use the Global Admin)
All sorted
Hi,
I am looking to deploy a multi country solution that keeps each country separate.
Is it possible to start with a top level Categories of Countries & have an automated process that assigns a user what their default category is based on their Country selection in profile?
Solution doesn’t need to be security concious, its ok for users to browse any categories, just want to make it an easier user experience.
Thanks in advance.
Todd
Hi,
I’m considering NodeBB and have 3 main requirements.
Must be High Availability (Auto scaling, Load Balancing, multi ec2’s etc)
Must be deployed on AWS
Need to use managed services where possible (RDS or DynamoDB, Elasticache)
Was wondering if this is possible, if there are any step by step guides or if you have had issues when running your deployment.
Thanks in advance
Todd
I noticed a recommendation of running ./nodebb build which performed successfully. I then attempted to run setup again & now get error message
ReplyError: CROSSSLOT Keys in request don't hash to the same slot
at parseError
Hi,
I am trying to install 1.9.x on a fresh ec2 in AWS. Database is Redis configured as a cluster. 0001-001 has an ip address of 10.0.0.31 The read replica 0001-002 has an ip address of 10.0.0.78
When I run setup on one of the ec2 instances I get errors
2018-05-29T04:48:02.122Z [3269] - warn: [cache-buster] could not read cache buster Error: ENOENT: no such file or directory, open '/home/ec2-user/nodebb/build/cache-buster'
at Error (native)
Previous theme detected, skipping enabling default theme
2018-05-29T04:48:02.131Z [3269] - warn: NodeBB Setup Aborted.
ReplyError: CROSSSLOT Keys in request don't hash to the same slot
at parseError (/home/ec2-user/nodebb/node_modules/redis-parser/lib/parser.js:193:12)
at parseType (/home/ec2-user/nodebb/node_modules/redis-parser/lib/parser.js:303:14)
Any idea where I might be going wrong?
Thanks in advance
Todd
Hi,
I am looking to deploy a multi country solution that keeps each country separate.
Is it possible to start with a top level Categories of Countries & have an automated process that assigns a user what their default category is based on their Country selection in profile?
Solution doesn’t need to be security concious, its ok for users to browse any categories, just want to make it an easier user experience.
Thanks in advance.
Todd
Hi, Attempting a fresh install on a new AWS Linux instance.
when I run ./nodebb setup I get following error
/nodebb/app.js:60
const output = winstonCommon.log(Object.assign({}, this, {
^^^^^
SyntaxError: Use of const in strict mode.
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:945:3
@yariplus thanks for your response. I look forward to that setup guide.
Hi,
Will NodeBB work when using Amazon's Elastic Cache to host Redis database?
Thanks in advance.
Todd
Thanks @yariplus for your valuable feedback. So would one have to perform a ./nodebb build? Your other comments has now got me thinking & makes sense. I guess I was thinking that the fully managed features of Beanstalk can pretty much be manually configured anyways....
thanks @julian Beanstalk is just configuring an EC2 ( among other things) so I can't see why it wouldn't work. Does the actual files that end up on the EC2 include the entire structure that can be seen in say Visual Studio code or are they a small subset?