-
Notifications
You must be signed in to change notification settings - Fork 16
Description
My 1999 server is running great. I've created several posts, and linked to them in my Freedom Controller app and on my Twitter and Facebook.
The problem I get is that when I'm away from my computer, and I'm not actively logged into the terminal with storage.js running, my posts don't appear.
I've run the command as DW suggested (sudo npm install forever -g), but I get the following error:
npm WARN optional Skipping failed optional dependency /forever/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.9
I understand that's not too big of a deal if I'm just able to replicate the HTML file that my 1999 server produces, but I just can't figure out how to mirror that file from my instance server to an S3 bucket or my personal server.
I know @scripting provided details on mapping to a blog, but I can't get it working without using the port numbe in the domain.
I set up the instance with Digital Ocean. I tried another with EC2, but got too many errors.
I've seen that there was some documentation on this, but it seems Andy Sylvester's node isn't running all the time either ;)
Ron Chester in his very exhaustive overview of 1999 resources linked to this post, but it doesn't work: http://node.andysylvester.com:1999/users/AndySylvester99/2016/06/26/0036.html
I've tried to use "rclone" to mirror the file, but to no avail as it's just too complicated.
I feel that this issue is easier to solve than my current path, so I appreciate the help.
TL;DR How do I copy the HTML file that my 1999.io server outputs to an s3 bucket or via FTP to my own sever?