Whoops, my tongue slipped.
M
Morhaus
@Morhaus
Posts
-
NodeBB on heroku -
NodeBB on heroku@psychobunny Thanks for your reply!
Those directories do exist, I've simply cloned the git repository of ghost, then
npm install
,node app --setup
thennode app
. -
NodeBB on herokuHey guys.
I'm trying to install NodeBB on heroku with Mongolab or MongoHQ database providers. My database is correctly setup, but when I try and launch the app via
node app
, I get the following error :error: Error creating index text search not enabled info: [themes] Compiling templates error: path must be a string TypeError: path must be a string at Object.fs.readdir (fs.js:649:11) at Object.module.exports.utils.walk (/dev/nodebb/public/src/utils.js:37:7) at compileTemplates (/dev/nodebb/src/middleware/index.js:85:8) at /dev/nodebb/src/middleware/index.js:226:4 at /dev/nodebb/src/plugins.js:468:5 at /dev/nodebb/node_modules/async/lib/async.js:119:25 at /dev/nodebb/node_modules/async/lib/async.js:24:16 at /dev/nodebb/src/plugins.js:465:6 at /dev/nodebb/node_modules/async/lib/async.js:111:13 at Array.forEach (native)
I have no error when using redistogo, but I really don't want to use redis for a forum application.
EDIT: Hmm nevermind, I get the same error when using redis (minus the
error: Error creating index text search not enabled
part).