IT Stuff Setting Up - Second Instance I have set up a second instance of this blog Catsie Blog using the same code base. Ghost's config is really well decoupled and exposed in its config.js file. What this facilitates
IT Stuff Setting Up - Email Ghost has a number of options listed in their help for email. Just wanted to add that Mandrill works fine too. mail: { transport: 'SMTP', options: { host : 'smtp.mandrillapp.com', port: '587', service: 'Mandrill',
IT Stuff Setting Up - Installation Issues Installation Issues Got some errconnect error retried npm install no error but had a number of missing modules. Missing modules: sqllite3 readdirp handlebars knex concat-map fs-extra nodemailer busboy cheerio bookshelf request Setting up