Installation on Windows - GenisysPro/GenisysPro GitHub Wiki
Automatic installation
GenisysPro install script is a Windows PowerShell script which makes installing GenisysPro on Windows very easy. It automatically downloads and installs required components to run GenisysPro.
Manual installation
Requirements
- Microsoft Visual C++ Redistributable 2015
- PHP binary for Windows
- GenisysPro PHAR file
- Start script for Windows:
start.cmd
and/orstart.ps1
(click here for more information)
Setup
- Install Microsoft Visual C++ Redistributable 2015. If you're unsure which download to choose, take the x86 package. If you have installed it on your machine, you can skip this step.
- Make a new folder somewhere on your machine. This will be where you'll set your server up.
- Extract the GenisysPro PHP binary package into the folder you created in step 2.
- Copy the GenisysPro PHAR file into the folder you created in step 2.
- Copy the start script you choose into the folder you created in step 2.
When you have finished the steps above, you should have a folder with the following contents:
bin
folderGenisysPro.phar
start.cmd
and/orstart.ps1
Now, your server should be ready to run.