Krishna Consciousness Academy WordPress Theme
July 20, 2025 ยท View on GitHub
Description
Krishna Consciousness Academy WordPress Theme is a custom WordPress theme (with a set of internal plugins) for the website of the Krishna Consciousness Academy. The project runs locally in Docker containers and is automatically configured using WP-CLI.
The theme supports a multisite WordPress configuration and is pre-configured for multilingual use, including Ukrainian, English, and Russian languages.
Languages used
Installation
-
Clone the repository:
git clone https://github.com/pavel-pasechnik/wordpress.git cd wordpress -
Create the
.envfile:cp .env.example .env -
Install dependencies:
npm i -
Build Docker images:
docker compose build -
Start the containers:
docker compose up -d -
Open in browser:
- Site: http://localhost:8000
- Admin panel: http://localhost:8000/wp-admin
- Login:
admin, Password:admin
-
Stop the containers:
docker compose down
Technologies Used
License
This project is licensed under the GPL-2.0.