pressless icon indicating copy to clipboard operation
pressless copied to clipboard

[NO LONGER MAINTAINED] A tool that migrates an existing Wordpress site into a fully functioning Serverless site, powered by AWS (Cloudfront, API Gateway, Lambda, S3).

Results 8 pressless issues
Sort by recently updated
recently updated
newest added

So - I finally managed to get `setup` to run thanks to help from issue #1 - now trying to figure out where to go next. I decided to go...

See https://github.com/olizilla/asciify/issues/11 for more details.

Your code seems to assume that Promise-based code AWS calls will run in sequence, waiting for the previous to complete before continuing. This is not true (without `async` and then...

On line 285: https://github.com/mscifo/pressless/blob/4e727bd0de0754f81f5e77efb960ab125ec62b1a/bin/pressless#L285 we run `npm install` in `./.pressless`, with a `package.json` file defined on line 136. On line 141: https://github.com/mscifo/pressless/blob/4e727bd0de0754f81f5e77efb960ab125ec62b1a/bin/pressless#L141 we require serverless version `1.17.0`. `npm install` now...

Could I enquire whether this is still an active project and whether it is operational. I have attempted to migrate a WP site using the instructions (and further guidance in...

I get an error during npm install or pressless deploy: ``` > [email protected] postinstall /var/www/pressless/.pressless/node_modules/spawn-sync > node postinstall > [email protected] postinstall /var/www/pressless/.pressless/node_modules/serverless > node ./scripts/postinstall.js events.js:167 throw er; // Unhandled...

I have been trying to setup Pressless on a standard wordpress installation, but couldn't run "setup" command. Instructions say I need 3 arguments: 1. Domain - which i preassume should...

If i'm not mistaken, this is serverless _except for the database server_ -- is that true? Do I need to set up a RDS instance for this? The appeal of...