This repository has been archived by the owner on Aug 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Code for v5 camptocamp.org (now obsolete)
License
c2corg/camptocamp.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LICENSE ======= See attached COPYING file for license information. INSTALLATION ============ Most setup can be performed by using the "c2corg" installer located at the project root. An actions/options summary of this tool is available by typing: $ php c2corg -h Before launching the installer, create a deployment file of your own in the deployment/ directory by copying the default.ini reference and saving it under a dedicated name. Then launch the --install action: $ php c2corg --install --conf <your_deployment_filename> This action will build configuration and i18n files as well as server-writeable directories. It will also install the required Symfony plugins. In case you would simply like to refresh the configuration and i18n files, use the --refresh action: $ php c2corg --refresh --conf <your_deployment_filename> To build the JS files used by the map tools use the --build option (jstools must be installed): $ php c2corg --refresh --conf <your_deployment_filename> --build Creation of the database is available with the installer as well using the following commands: $ cd scripts $ ./reset_db.sh $ cd .. $ php c2corg --load-modules To install some test data, rather type: $ php c2corg --load-modules testdata Please note that launching an initial --install or --refresh command is required before executing reset_db.sh because the latter script uses files generated by the installer. To remove cache files, use the following command: $ php c2corg --clean
About
Code for v5 camptocamp.org (now obsolete)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published