deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
172 stars 21 forks source link

Is there a cgi-node install for MacOSX or linux? #37

Open tifischer opened 6 years ago

tifischer commented 6 years ago

I am working on a Linux platform and wanted to know if there is a cgi-node install for Linux. Please let me know. When I try to download from my local Win machine to upload to my linux box I only have the option to download for Win. Also, then I try to clone directly from my linux box, then the Win code is cloned instead of Mac OSX or Linux. ~Blessings

deda-ca commented 6 years ago

Hi tifischer, you don't need to install cgi-node, it is written in JavaScript. Make sure to download and install the correct binary of node.js which in your case would be the Linux binaries.

tifischer commented 6 years ago

Node.js is installed. However, I would like to use node.js on an Apache server so I need to install the cgi-node.

When I try to download from my local Win machine to upload to my linux box I only have the option to download for Win. Also, then I try to clone directly from my linux box, then the Win code is cloned instead of Mac OSX or Linux.