Octa is a Powerful WordPress theme based on Laravel, Bedrock and Sage
- Install Node dependencies:
yarn
- Install Composer dependencies:
composer install
- Create a
.env.local
file:
cp .env .env.local
PROJECT_NAME='octa'
DB_HOST='database'
DB_NAME='database_name'
DB_USER='database_user'
DB_PASSWORD='database_password'
DB_ROOT_PASSWORD='root_password'
You can configure your environment variables in the .env.local
file. By default, the Docker stack is configured to use the following environment variables:
You can configure your environment variables in the .env.local
file.
PROJECT_NAME='octa'
DB_HOST='localhost'
DB_NAME='database_name'
DB_USER='database_user'
DB_PASSWORD='database_password'
wp server --port=8000