Skip to content

Installation

Pluuk edited this page Oct 12, 2019 · 1 revision
  1. Keep track of the files that are already inside the folder
  2. Perform these commands to fetch the repo:
git init
git remote add origin PATH/TO/REPO
git fetch
git checkout -t origin/master
  1. Perform this command to remove this repository from the remotes: git remote remove origin
  2. Add the files noted in 1. to your .gitignore
  3. Perform a composer install
  4. Install WordPress via the url [base]/wp/wp-admin/install.php (only installing the database and fetching the language files, can also be done manually)

Clone this wiki locally