Skip to content
CortexPE edited this page Jul 23, 2017 · 11 revisions

WARNING: 32-Bit support is deprecated!

Linux Installation:

(HAS ONLY BEEN TESTED ON UBUNTU)
There are no guarantees of this method to be working on other distros or even MacOS.
if it does work, Do tell us. ;)
Access your VPS via SSH (or Open a Terminal window), and Paste these commands in:

mkdir LeverylServer
cd LeverylServer
wget --no-check-certificate https://raw.githubusercontent.com/LeverylTeam/Leveryl-LinuxIntallScript/master/install.sh
chmod +x install.sh
./install.sh
chmod +x start.sh
./start.sh

And it's that Easy. ;)


Windows Installation

  1. Click Here to download the Leveryl Source folder.
  2. Extract it to anywhere you want (e.g. Desktop\LeverylServer).
  3. Click Here to download the x64 PHP Binaries.
  4. Extract "PHP_7.0.3_x64_Windows.tar.gz" Two times (with 7Zip or WinRar) and put the "bin" folder into your "LeverylServer" folder.
  5. Install Visual C++ Redistributable 2015 (If you haven't already) by clicking here and running the installer.
  6. Reboot your system (if necessary)
  7. Continue Below.

How to start your server On Windows:

Method 1: Mintty (Simplest Way)

  1. Open start.cmd

Method 2: PowerShell [Pretty Advanced] (Windows 7- Windows 10 Only)

  1. Allow Script Execution (if you haven't already)
  • Open a new PowerShell Window (AS ADMINISTRATOR)
  • Do Set-ExecutionPolicy Unrestricted in the new Window
  1. cd into your "LeverylServer" folder and then do ./start.ps1
Clone this wiki locally