-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Pluuk edited this page Oct 12, 2019
·
1 revision
- Keep track of the files that are already inside the folder
- Perform these commands to fetch the repo:
git init
git remote add origin PATH/TO/REPO
git fetch
git checkout -t origin/master
- Perform this command to remove this repository from the remotes:
git remote remove origin - Add the files noted in 1. to your .gitignore
- Perform a
composer install - 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)