Skip to content
/ octa Public

Octa is a WordPress theme based on Sage and Bedrock

License

Notifications You must be signed in to change notification settings

inrage/octa

Repository files navigation

Octa WordPress

Octa is a Powerful WordPress theme based on Laravel, Bedrock and Sage

Getting started

Local development

  1. Install Node dependencies:
yarn
  1. Install Composer dependencies:
composer install
  1. Create a .env.local file:
cp .env .env.local

Configuration

PROJECT_NAME='octa'

DB_HOST='database'
DB_NAME='database_name'
DB_USER='database_user'
DB_PASSWORD='database_password'
DB_ROOT_PASSWORD='root_password'

With docker

You can configure your environment variables in the .env.local file. By default, the Docker stack is configured to use the following environment variables:

Without docker

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'

Start the development server

wp server --port=8000

About

Octa is a WordPress theme based on Sage and Bedrock

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages