Skip to content

JayGreentreelive/craft.faithpromise.org

 
 

Repository files navigation

Welcome to Craft CMS!

Here are some online resources you might find useful:

Documentation

Installation instructions and much more. https://craftcms.com/docs

Changelog

Release notes with bug fixes, improvements and additions. https://craftcms.com/changelog

Stack Exchange

A great place to ask your Craft questions, meet the awesome Craft community and earn mad reputation. https://craftcms.stackexchange.com/

Development With Docker

The docker compose file utilizes two containers: php-apache and mysql.

The mysql container provides a mechanism to import a sql export when the database is first created.

Installation

  • Install Docker if you haven't already
  • git clone <repository-url> this repository
  • npm install

SQL

If you would like to start up the application with a database export, perform these steps before running docker-compose up.

  1. Create this directory .data/sql
  • i.e. mkdir -p .data/sql
  1. Copy a version of the database export sql file to this folder
  • e.g. .data/sql/export.sql

Running / Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.6%
  • JavaScript 16.0%
  • HTML 2.4%
  • SCSS 1.7%
  • CSS 1.0%
  • Twig 1.0%
  • Other 0.3%