Skip to content

Commit c16290b

Browse files
tbrownawsvpernova09
authored andcommitted
Update local install instructions and watch script. (#68)
Php5 is no longer installable. Sculpin wants to be installed via Composer. Using composer means Sculpin is in vendor/bin, not $PATH.
1 parent c293cb9 commit c16290b

File tree

5 files changed

+2728
-9
lines changed

5 files changed

+2728
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/app/config/sculpin_site_*.yml
55
/app/logs/*
66
/output_*/
7+
/vendor/
78
s3.conf
89
.idea
910
.DS_Store

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"require": {
3+
"sculpin/sculpin": "^2.1@dev",
4+
"dflydev/embedded-composer": "@dev"
5+
}
6+
}

0 commit comments

Comments
 (0)