Chad Downey

Results 6 comments of Chad Downey

> I have the same problem. RSA private key is in config.development.js but starting in development mode gives: > > ``` > > node index.js > > /home/jo/dev/staticman/node_modules/node-rsa/src/NodeRSA.js:178 > throw...

I'm unable to start staticman after following steps noted above. Here's my debug log. 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start'...

> @micmart this one threw me for a while. For development, put your environment variables into `.env`, and try adding > > ``` > const env = require('dotenv').config() > ```...

If recall right, its an issue with rsaPrivateKey in the config file. I used a command line tool to check my syntax. On Mon, Feb 11, 2019, 1:52 PM Justin...

Cool, I have a post on my blog on how to setup your own instance. Please have a look, leave a comment. It took me days to figure it out!...

Hi Justin, Unfortunately, I don't really remember more than the notes I took on how I did it. My explanation is far from a step by step, so I agree...