/craft-gcweb

Craft CMS boilerplate integrated with the GCWeb theme

Primary LanguageJavaScript

Craft CSPS

The foundation of Craft CMS projects at CSPS-EFPC.

Based on GCWeb v5.1 and WET-BOEW v4.0.31

Install Instructions

Development Dependencies

Server Minimum Requirements

Installation

  1. Create a new database for your project.
  2. Clone this repository in your server projects folder (we recommend using Laravel Valet).
  3. Open your terminal in the cloned project folder.
  4. Run the command composer install && npm install.
  5. Run the command npm run dev.
  6. Rename the file .env.example to .env and modify the values to match those of your own local environment.
  7. Run the command ./craft setup and follow the instructions.

Development Workflow

To be continued...

Deployment Workflow

To be continued...

FAQs

The NPM packages won't install properly, how can I fix this? Make sure Node.js and NPM is properly installated on your development environment. Remove the node_modules folder and try the npm install command again.

How to reach Craft CMS control panel? The URL to access the admin area is /admin but you can modify this value to a custom name in the config/general.php file.

How can I change the splash page? We might consider creating an entry type for the splash page eventually. In the meantime, it's a static html file located in the web directory. Don't forget to update the dublin core metadata to reflect your project needs.

Craft Links

WET-BOEW Links

Useful Links