This repository was archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
88 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project name="echalegas" description="Échale Gas (OpenData Puebla 2013)" default="app:reset-dev"> | ||
<!-- Initialize configuration files --> | ||
<target name="app:init-config-files" description="Initialize configuration files"> | ||
<echo msg="Creating configuration files from .dist files" /> | ||
<exec passthru="true" command="cp config/services/echalegas.json.dist config/services/echalegas.json" /> | ||
<exec passthru="true" command="cp config/app.config.php.dist config/app.config.php" /> | ||
<exec passthru="true" command="cp public/index.php.dist public/index.php" /> | ||
</target> | ||
|
||
<!-- Install the application for development --> | ||
<target name="app:reset-dev" description="Reset the development environment"> | ||
<echo msg="Resetting development environment" /> | ||
<phingcall target="app:init-config-files" /> | ||
</target> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
return [ | ||
'mode' => 'development', | ||
'log.enabled' => false, | ||
]; |
File renamed without changes.
File renamed without changes.