ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Running on plesk #476

Closed Maiko1100 closed 6 years ago

Maiko1100 commented 7 years ago

Hi guys,

I have a question on how to run this project on a plesk server. Does anybody have any experience with this, because i feel like i'm doing it the wrong way.

Kind regards,

Maiko

unleashit commented 7 years ago

I'm pretty sure your issue is going to come down to weather you're able to install node.js on your server. Are you on shared hosting, or are you in control of the server? Usually if you have Plesk or CPanel... unless you installed them yourself... it usually means that you're on shared hosting with a LAMP (PHP) stack. You can't run React Universally without Node. You're probably better off getting a VPS on something like Digital Ocean and learning how to use the command line. That said, all if you do have Node the only thing you'd do in Plesk is standard stuff for any site... like create an Apache/Nginx virtual host, database, etc. You still will need SSH in to git clone the repo, NPM install, etc.