How to install Saltcorn on Laragon
-
Hello,
Please how do I install Saltcorn (https://saltcorn.com) on Laragon for testing and production?
-
@Gasbygh Didn't test it yet, but in their WIKI documentation, here is how to install it on Windows...
https://wiki.saltcorn.com/view/ShowPage/install-on-windows-10
-
@apsolut Yeah I saw it but was thinking there could be an easier option on installing to Laragon rather than directly to windows
-
I think you miss understand the purpose of Laragon. Laragon enables you to have a development environment that includes Apache, MySQL, PHP, Nginx, Node etc these are the tools that you can use to develop apps like saltcorn.
Installing Laragon will give you Node, I think v12 out of the box, follow the instructions on how to install another node js version, download and install v14. This is step one from the Wiki. Next, launch a terminal and follow the wiki to install saltcorn globally, setup and serve.
npm install -g @saltcorn/cli saltcorn setup saltcorn serve
I hope this helps.
-
@Pen-y-Fan Thanks very much. I'll give it a try and revert.