Skip to content

ChrisCarini/jetbrains.chriscarini.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetbrains.chriscarini.com

This repository is the backing to jetbrains.chriscarini.com.

Development Notes

git Submodules

This repository makes use of git submodules. Specifically, we use simple-php-git-deploy to automatically deploy changes to this repository to our host.

When cloning this directory, run the below command to automatically initialize and update the submodules:

git clone --recurse-submodules [email protected]:ChrisCarini/jetbrains.chriscarini.com.git

You will have to create the deploy-config.php file and set the properties accordingly.

cp deploy-hooks/deploy-config.example.php deploy-hooks/deploy-config.php
vi deploy-hooks/deploy-config.php

(Note: We explicitly exclude this file from SCM, so you will have to SCP it over to the host.)

See git-scm.com - 7.11 Git Tools - Submodules for a good primer on git submodules.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages