8000 GitHub - abhishekscript/runever: Runever is an alternative for forever module.This program runs your app and restarts automatically as soon as your app stops and records all the errors in a log file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Runever is an alternative for forever module.This program runs your app and restarts automatically as soon as your app stops and records all the errors in a log file.

Notifications You must be signed in to change notification settings

abhishekscript/runever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

runever

Runever an alternative for forever module of node.js that can be used to deploy any of your app be it Flask , Ruby etc. This program runs your app and restarts automatically as soon as your app stops and records all the errors in a log file.

To run the program follow the simple instruction

Make sure you have g++ compiler if not then ** Step 1 : **

sudo apt-get install build-essential

** Step 2: **

Download this code and compile it as

 g++ runever.cpp -o runever

** Step 3: **

chmod 777 runever

** Now Get Ready To Run your code forever **

./runever

You need to compile once.

You dont have to repeat step 1-3 once you have compiled . Simply ./runever once compiled.

For WINDOWS

You need to download G++ compiler first and then compile it.

c:\mingw\bin> g++ runever.cpp -o runever

You may try this link
http://sourceforge.net/projects/mingw/files/latest/download?source=files

About

Runever is an alternative for forever module.This program runs your app and restarts automatically as soon as your app stops and records all the errors in a log file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0