mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
# File format
|
|
# -----------
|
|
# Each line represents one dependent module.
|
|
#
|
|
# local_module_folder[:git_branch|:svn_revision_number] repository_url [run_dev_build=true] [local]
|
|
#
|
|
# Note that the local_module_folder can contain subfolders delimited via '/' characters
|
|
# A specific git branch or SVN revision can be added in by specifying after the local
|
|
# foldername, separated by a colon. By default, the 'master' branch of a git repository is used.
|
|
#
|
|
# Using the "piston" flag will strip versioning information, but keep metadata in the working copy
|
|
# to update from version control later on, and merge in potential local changes.
|
|
# See http://piston.rubyforge.org for details.
|
|
#
|
|
# It is recommended to have sqlite3 and cms first with [run_dev_build] set to "false".
|
|
# Having this set to 'false' prevents the execution of the dev/build process, meaning it can be
|
|
# deferred until all dependencies are in place, specifically the framework module. List
|
|
# all additional modules after that.
|
|
#
|
|
# Examples
|
|
#
|
|
# frontend-editing:development git://github.com/nyeholt/silverstripe-frontend-editing.git
|
|
# themes/mytheme git://local.server/themes/mytheme.git false
|
|
|
|
|
|
cms:master git://github.com/silverstripe/silverstripe-cms.git
|
|
framework:master git://github.com/silverstripe/sapphire.git
|
|
themes/simple git://github.com/silverstripe-themes/silverstripe-simple.git
|
|
|
|
|
|
# The following are the some other modules you might like to import
|
|
|
|
# sqlite3:master:1.1.0 git://github.com/smindel/silverstripe-sqlite3.git
|
|
# userforms:master:0.3.0 git://github.com/silverstripe/silverstripe-userforms.git
|
|
# securefiles http://svn.polemic.net.nz/silverstripe/modules/SecureFiles/tags/0.30/
|
|
|
|
|
|
|