Skip to content

Installation

Braker edited this page Feb 25, 2023 · 8 revisions

Installation with git

You need at least php7.4 and composer

  1. Go to the directory you want EvoSC to be installed.
  2. Execute git clone https://github.com/EvoTM/EvoSC.git
  3. Go to the directory with cd EvoSC
  4. Execute composer install
  5. Run EvoSC with php esc run
  6. Follow the setup guide
Updating a github installation
  1. Go to the EvoSC directory you want to update and run git pull.

Installation with Archive

An ready to deploy zip-archive will be made avilable on release of version 1.0. If you do not know how to use composer and git, please wait for the official release. We do not have the time or ressources to help you set up an unfinished software.

Clone this wiki locally