Currently there are 4 Symfony environments defined: dev (for local development) test (for integration testing on Github) staging (for the staging server) prod (for the production server) Additional configuration for the webserver can be found in the folder cnf. Production All pushs to the branc...
Examples: --- gitget symfony/flex/*test.php ./flextst - download all files *test.php files from repository symfony/flex to ./flextst gitget symfony/flex/tests/* ./flextst - download all files from /tests folder of repository symfony/flex to ./flextst --- Local path can be specified...
Currently there are 4 Symfony environments defined: dev (for local development) test (for integration testing on Github) staging (for the staging server) prod (for the production server) Additional configuration for the webserver can be found in the foldercnf. ...