No description
Find a file
2025-02-09 18:57:52 +03:00
.gitignore init 2025-02-09 17:22:13 +03:00
docker-compose.yaml init 2025-02-09 17:22:13 +03:00
README.md init 2025-02-09 17:33:40 +03:00
sync-prod-to-dev.sh fix permissions 2025-02-09 18:57:52 +03:00
wp-cli.phar init 2025-02-09 17:22:13 +03:00

Live to Devlopment environment

Usage:

  1. Clone this repo and cd into it
git clone https://git.askar.tv/oont/oont-dev
cd oont-dev

download Themes, plugins, themes and extract them in oont

Mac & Linux

curl -o temp.zip 'https://fs.nmd.mov/p/oont/?zip' && unzip temp.zip -d oont && rm temp.zip && cd oont && git clone https://git.askar.tv/oont/oont-contents

Windows

curl -o temp.zip 'https://fs.nmd.mov/p/oont/?zip' ; Expand-Archive temp.zip -DestinationPath oont ; Remove-Item temp.zip; Set-Location -Path oont ; git clone https://git.askar.tv/oont/oont-contents

Manual Download

https://fs.nmd.mov/p/oont/?zip

!!Then Extract it into oont directory inside the repo!!
inside the dir also 
git clone http://git.askar.tv/oont/oont-contents
  1. Install docker if you dont have it
docker compose up -d
  1. Sync
docker exec -it wp-wordpress-1 sync
  1. Pateience, your local wp should be at
http://localhost:8081