Skip to content
CortexPE edited this page Sep 28, 2017 · 11 revisions

Linux Installation

(HAS ONLY BEEN TESTED ON UBUNTU)
There are no guarantees of this method to be working on other distros.
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
./start.sh

And it's that Easy. 😄

But If you get the error:

./bin/php7/bin/php: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory

Then do:

apt-get install libltdl7

Windows Installation

  1. Download Leveryl.phar and copy it to anywhere you want (e.g. Desktop\LeverylServer).
  2. Click Here to download the x64 PHP Binaries.
  3. Extract "PHP-7.0.14_Windows64.zip" (with 7Zip or WinRar) and put the "bin" (without "start.cmd" if it come with one) folder into your "LeverylServer" folder.
  4. Get the latest "start.cmd" file by right-clicking here and choosing "Save as or Save link as"
  5. Put the "start.cmd" file to where you put your Leveryl phar
  6. Install Visual C++ Redistributable 2015 (If you haven't already) by clicking here and running the installer.
  7. Reboot your system (if necessary)
  8. 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