-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from CodeForPhilly/develop
Release: codeforphilly v1.0.0
- Loading branch information
Showing
5 changed files
with
7 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[holomapping] | ||
files = "*/**" | ||
after = [ "laddr" ] | ||
after = "*" |
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,2 +1,3 @@ | ||
[holomapping] | ||
files = "*/**" | ||
before = "*" |
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,6 +1,3 @@ | ||
[holosource] | ||
url = "https://github.com/CodeForPhilly/laddr" | ||
ref = "refs/heads/develop" | ||
|
||
[holosource.project] | ||
holobranch = "emergence-skeleton" | ||
ref = "refs/heads/emergence/skeleton/v3" |
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,9 +1,3 @@ | ||
#!/bin/bash | ||
|
||
hab pkg install emergence/studio | ||
source "$(hab pkg path emergence/studio)/studio.sh" | ||
|
||
echo " * Use 'load-into-mysql <files>' to load .sql.bz2 files into local mysql database" | ||
load-into-mysql() { | ||
bzcat "$@" | hab pkg exec core/mysql mysql -u root -h 127.0.0.1 default | ||
} |
4 changes: 4 additions & 0 deletions
4
php-config/Laddr/ProfileRequestHandler.config.d/newsletter.php
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,4 @@ | ||
<?php | ||
|
||
// uncomment to enable newsletter opt-in/out option in user profiles | ||
Laddr\ProfileRequestHandler::$enableNewsletterOptIn = true; |