From 036c9efd7356241a11df14e74ad472995c3563b4 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Wed, 8 Aug 2018 11:18:34 -0400 Subject: [PATCH] Destroyed Installation: Arch Linux (markdown) --- Installation:-Arch-Linux.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 Installation:-Arch-Linux.md diff --git a/Installation:-Arch-Linux.md b/Installation:-Arch-Linux.md deleted file mode 100644 index c2000d4..0000000 --- a/Installation:-Arch-Linux.md +++ /dev/null @@ -1,37 +0,0 @@ -**Instructions outdated: See README.md** - -Go to some nice empty directory. - -``` -$ git clone http://github.com/simon987/Much-Assembly-Required -$ git clone http://github.com/simon987/Much-Assembly-Required-Frontend - -# Note: for maven, choose openjdk version 8. -$ sudo pacman -S mysql php maven - -$ cd Much-Assembly-Required-Frontend - -# The password is empty, so just hit -$ mysql -u root -p -mysql> create database mar; -mysql> grant all privileges on mar.* to 'mar'@'localhost' identified by 'mar'; -mysql> flush privileges; -mysql> use mar; -mysql> \. database.sql -mysql> exit - -$ php -S localhost:8000 -``` - -Now open a new terminal. - -In /etc/php/php.ini (owned by use sudo), uncomment the lines `extension=mysqli` and `extension=pdo_mysql`. Then do: - -``` -cd ../Much-Assembly-Required -mvn install -cd target -java -jar server-1.2a.jar -``` - -Then opening http://localhost:8000 in a browser should give you the home page of your local installation. \ No newline at end of file