Download
With Git
-
Clone the project:
$ mkdir /var/www/comicscalendar $ cd /var/www/comicscalendar $ git clone https://github.com/RemyG/ComicsCalendar.git . -
Fetch the submodule for Propel ORM:
$ git submodule init $ git submodule update
Clone the project:
$ mkdir /var/www/comicscalendar
$ cd /var/www/comicscalendar
$ git clone https://github.com/RemyG/ComicsCalendar.git .
Fetch the submodule for Propel ORM:
$ git submodule init
$ git submodule update