Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.07 KB

INSTALLATION_GUIDE.md

File metadata and controls

36 lines (24 loc) · 1.07 KB

Installation Guide

Requirements

  • CentOS Linux 7.7.1908
  • Apache 2.4.6
  • PHP 7.2.28
  • MySQL 15.1
  • MariaDB 10.4.11
  • Wget

Installing on OSU server

Download the latest ZIP archive. Unzip the files into a public directory on your server (this might be your public_html directory). If you are unzipping the archive on a local machine and then transferring the files to a server, be sure to copy all invisible files (those starting with a .).

In the root directory of this application, create a .env file by copying .env.example and .htaccess by copying .htaccess.example. Set the values needed in those files:

cp .env.example .env
cp .htaccess.example .htaccess

In the root directory of this application, run:

bash setup.sh

Run this script again if you add any Composer packages or database migrations.

Installing on a local machine

See the guide for your operating system: