Skip to content

PHP Based Calendar System for Course Management (Requires calendar for initial setup)

License

Notifications You must be signed in to change notification settings

jskenney/calendar-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar version 4 (core)

This is the core scripts within the calendar system, and is what most users would want to clone after downloading the initial calendar software.

How to clone

Since the system uses other git repos as submodules, you will want to clone via:

git clone --recursive https://github.com/jskenney/calendar-core.git

See the calendar repo for additional information

Updating files

Within the calendar-core directory, run the following command to update the calendar core

git submodule update --recursive --remote
git pull --recurse-submodules

Advanced: For cloning calendar core into an existing git repository

If you keep your class notes within a git repo, you will need to add this as a submodule

git submodule add -b master https://github.com/jskenney/calendar-core.git
git submodule init
git submodule update --init --recursive
git submodule update --remote

About

PHP Based Calendar System for Course Management (Requires calendar for initial setup)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •