Skip to content

Commit 06cd078

Browse files
authored
Merge pull request #1 from CottaCush/features/ci-builds
Configure Continuous Integration using Ant
2 parents 56750aa + 8604d67 commit 06cd078

38 files changed

+301
-5
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ phpunit.phar
2828

2929
# composer lock file
3030
composer.lock
31+
32+
# Cache files
33+
cache.properties
34+
35+
# Robo file
36+
RoboFile.php
37+
38+
# Build log files
39+
build/logs
40+
build/pdepend
41+
build/coverage
42+
build/api

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Sample Virtual Host Config for Apache
4949
```apache
5050
<VirtualHost *:80>
5151
ServerAdmin [email protected]
52-
DocumentRoot "<WebServer Root Dir>/yii2-base-project/web"
52+
DocumentRoot "<WebServer Root Dir>/yii2-base-project/app/web"
5353
ServerName local.yii2-base-template.com
54-
<Directory <WebServer Root Dir>/yii2-base-project/web>
54+
<Directory <WebServer Root Dir>/yii2-base-project/app/web>
5555
AllowOverride all
5656
Options -MultiViews
5757
Require all granted
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)