Skip to content

Commit

Permalink
apply twbootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tyoshii committed Jan 5, 2014
1 parent 72ec68a commit b70b384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/virtualhost-bms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^/?(assets|images|css|js|plugins)
RewriteCond %{REQUEST_FILENAME} !^/?(assets|twbootstrap)
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>

Expand Down
5 changes: 3 additions & 2 deletions deploy/bms.list
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ symlink ../conf/virtualhost-bms.conf /etc/httpd/conf.d/virtualhost-bms.conf
symlink ../conf/bms.ini /etc/php.d/bms.ini

# fuel app
symlink ../bms/fuel/ /var/www/bms/fuel/
symlink ../bms/public/assets/ /var/www/bms/public/assets/
symlink ../bms/fuel/ /var/www/bms/fuel/
symlink ../bms/public/assets/ /var/www/bms/public/assets/
symlink ../bms/public/twbootstrap/ /var/www/bms/public/twbootstrap/

copy ../bms/public/index.php /var/www/bms/public/index.php

0 comments on commit b70b384

Please sign in to comment.