Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ printf "\n${grn}+ Installing Craft (This may take a few minutes)...${end}\n"
# generate a new Craft app in the /tmp directory
# and copy the generated files into the /app directory
cd /tmp
composer create-project craftcms/craft craft -s beta
composer create-project craftcms/craft craft
shopt -s dotglob
cp -a craft/* /app
cd -
Expand Down
1 change: 1 addition & 0 deletions boxfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ run.config:
- session
- zip
- zlib
- fileinfo

web.craft:
start:
Expand Down