Giter Site home page Giter Site logo

stef74 / camptocamp.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from c2corg/camptocamp.org

0.0 3.0 0.0 104.98 MB

Code behind camptocamp.org

Home Page: http://www.camptocamp.org

License: GNU Affero General Public License v3.0

PHP 88.07% Shell 0.19% HTML 0.05% CSS 5.47% JavaScript 6.17% Ruby 0.04%

camptocamp.org's Introduction

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

camptocamp.org's People

Contributors

lbesson avatar fbunoz avatar asaunier avatar brunobesson avatar mfournier avatar fvanderbiest avatar stef74 avatar saimn avatar fmaillard avatar

Watchers

James Cloos avatar  avatar Charles de Beauchesne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.