Skip to content
Snippets Groups Projects
Commit b44364f7 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

Переезд репозитория из <domen>/~dev_rating в <domen>

parent dcda72c7
Branches
Tags
No related merge requests found
Showing
with 11 additions and 9 deletions
web/application/cache/ ~dev_rating/application/cache/
web/application/logs/ ~dev_rating/application/logs/
web/application/config/ ~dev_rating/application/config/
web/system/ ~dev_rating/system/
web/modules/kotwig/cache/ ~dev_rating/modules/kotwig/cache/
nbproject/
*.*~ *.*~
web/.htaccess ~dev_rating/.htaccess
/.project /.project
...@@ -15,7 +15,7 @@ else ...@@ -15,7 +15,7 @@ else
fi fi
#shopt -s dotglob #shopt -s dotglob
cp -rp ${s}web/* $d cp -rp ${s}~dev_rating/* $d
yes | mysqladmin -u mmcs_rating -pPefnesdy drop mmcs_rating yes | mysqladmin -u mmcs_rating -pPefnesdy drop mmcs_rating
mysqladmin -u mmcs_rating -pPefnesdy create mmcs_rating mysqladmin -u mmcs_rating -pPefnesdy create mmcs_rating
mysql -u mmcs_rating -pPefnesdy mmcs_rating < ${s}db/Structure.sql mysql -u mmcs_rating -pPefnesdy mmcs_rating < ${s}db/Structure.sql
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
RewriteEngine On RewriteEngine On
# Installation directory # Installation directory
RewriteBase /~dev_rating/web/ RewriteBase /~dev_rating
# Protect hidden files from being viewed # Protect hidden files from being viewed
<Files .*> <Files .*>
......
...@@ -103,7 +103,7 @@ if (isset($_SERVER['KOHANA_ENV'])) ...@@ -103,7 +103,7 @@ if (isset($_SERVER['KOHANA_ENV']))
* - boolean expose set the X-Powered-By header FALSE * - boolean expose set the X-Powered-By header FALSE
*/ */
Kohana::init(array( Kohana::init(array(
'base_url' => '/~dev_rating/web/', 'base_url' => '/~dev_rating',
'index_file' => FALSE 'index_file' => FALSE
)); ));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment