fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

Server down #34

Closed ian-mcdowell closed 7 years ago

ian-mcdowell commented 7 years ago

It appears that the server hosting http://fastonosql.com is down, or misconfigured. It's throwing a 500 server error.

Please consider hosting the release on GitHub as well, so if your server goes down, people can still download it.

Thanks!

topilski commented 7 years ago

Fixed! thank you!

topilski commented 7 years ago

i'am not super developer off node.js, express log was:

GET /download_p?platform=linux&filename=fastonosql-1.5.1-x86_64.tar.gz 200 107.283 ms - 16688
GET /design/js/'%20+%20shot.image_url%20+%20' 404 8.800 ms - 61
Killed
[nodemon] app crashed - waiting for file changes before starting...
ian-mcdowell commented 7 years ago

Doesn't show much information about why it was killed. Nevertheless, nodemon needs to be set up to restart if the process crashes or is killed, that way your site doesn't go down if there is an issue. Also, I'd recommend http://pingdom.com to get alerts about your sites going down.

topilski commented 7 years ago

Cool thank you! will try

topilski commented 7 years ago

Sources of fastonosql site also open source you can review it, may be you can find why it happend? sources here: https://github.com/fastogt/fastotv_site

topilski commented 7 years ago

How i should start nodemon? Now i opening screen and start nodemon application, this is normally? How to setup auto start nodemon if something went wrong?

ian-mcdowell commented 7 years ago

Sorry, I don't have a lot of time to debug this. Just wanted to report that the site was down 😄

Nodemon will monitor your files for changes and restart the server. Looks like you might want to use something like forever or PM2 to keep it alive if it crashes.

topilski commented 7 years ago

Sure i understand, thank you for your help!

topilski commented 7 years ago

Moved to pm2 start server.js i'll monitor how it will be work!