Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web_index
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tufengqi
web_index
Commits
9f364f87
Commit
9f364f87
authored
Jul 23, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base file rename
parent
8c99f7b6
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
33 additions
and
15 deletions
+33
-15
RunApp.php
RunApp.php
+2
-0
cms-otc-api-index.php
inner_site/cms_otc_api/cms-otc-api-index.php
+3
-1
common-basic.php
inner_site/cms_otc_api/common-basic.php
+0
-0
common-basic.php
inner_site/devops/common-basic.php
+1
-1
devops-index.php
inner_site/devops/devops-index.php
+2
-1
common-basic.php
thrift_impl/market/common-basic.php
+0
-0
market-index.php
thrift_impl/market/market-index.php
+2
-1
common-basic.php
thrift_impl/otc/common-basic.php
+11
-0
otc-index.php
thrift_impl/otc/otc-index.php
+6
-0
common-basic.php
thrift_impl/risk/common-basic.php
+0
-0
risk-index.php
thrift_impl/risk/risk-index.php
+2
-1
risk-swoole-for-console.php
thrift_impl/risk/risk-swoole-for-console.php
+0
-8
common-basic.php
user_site/zhaobi/common-basic.php
+2
-1
zhaobi-index.php
user_site/zhaobi/zhaobi-index.php
+2
-1
No files found.
RunApp.php
View file @
9f364f87
...
@@ -2,5 +2,6 @@
...
@@ -2,5 +2,6 @@
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/autoload.php'
;
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/autoload.php'
;
require_once
$base_path
.
'vendor/autoload.php'
;
require_once
$base_path
.
'vendor/autoload.php'
;
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/yiisoft/yii2/Yii.php'
;
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/yiisoft/yii2/Yii.php'
;
\fpf\response\ResponseMsg
::
setDefaultHeader
(
$header_arr
);
$config
=
require
$app_package_path
.
'app_config/'
.
MAIN_WEB_CONFIG_FILE
;
$config
=
require
$app_package_path
.
'app_config/'
.
MAIN_WEB_CONFIG_FILE
;
(
new
yii\web\Application
(
$config
))
->
run
();
(
new
yii\web\Application
(
$config
))
->
run
();
\ No newline at end of file
inner_site/cms_otc_api/cms-otc-api-index.php
View file @
9f364f87
<?php
<?php
require
__DIR__
.
'/
devops
-basic.php'
;
require
__DIR__
.
'/
common
-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
inner_site/cms_otc_api/c
ms-otc-api
-basic.php
→
inner_site/cms_otc_api/c
ommon
-basic.php
View file @
9f364f87
File moved
inner_site/devops/
devops
-basic.php
→
inner_site/devops/
common
-basic.php
View file @
9f364f87
<?php
<?php
/* 需要修改的参数<< */
/* 需要修改的参数<< */
$index_root_path
=
'/
home/work/data
/'
;
$index_root_path
=
'/
data33
/'
;
$app_package_path
=
$index_root_path
.
'inner_site/'
;
$app_package_path
=
$index_root_path
.
'inner_site/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'inner_site/devops/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'inner_site/devops/'
;
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'inner_site_devops_version'
);
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'inner_site_devops_version'
);
...
...
inner_site/devops/devops-index.php
View file @
9f364f87
<?php
<?php
require
__DIR__
.
'/
devops
-basic.php'
;
require
__DIR__
.
'/
common
-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
thrift_impl/market/
market
-basic.php
→
thrift_impl/market/
common
-basic.php
View file @
9f364f87
File moved
thrift_impl/market/market-index.php
View file @
9f364f87
<?php
<?php
require
__DIR__
.
'/
market
-basic.php'
;
require
__DIR__
.
'/
common
-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
thrift_impl/otc/common-basic.php
0 → 100644
View file @
9f364f87
<?php
/* 需要修改的参数<< */
$index_root_path
=
'/data33/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'thrift_impl/market-service-impl/'
;
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'thrift_impl_market_version'
);
$version_path
=
$index_root_path
.
'version/'
;
defined
(
'SERVICE_ENV'
)
or
define
(
'SERVICE_ENV'
,
'test'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'market_main_web.php'
);
/* 需要修改的参数>> */
\ No newline at end of file
thrift_impl/otc/otc-index.php
0 → 100644
View file @
9f364f87
<?php
require
__DIR__
.
'/common-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
thrift_impl/risk/
risk
-basic.php
→
thrift_impl/risk/
common
-basic.php
View file @
9f364f87
File moved
thrift_impl/risk/risk-index.php
View file @
9f364f87
<?php
<?php
require
__DIR__
.
'/
risk
-basic.php'
;
require
__DIR__
.
'/
common
-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
thrift_impl/risk/risk-swoole-for-console.php
deleted
100644 → 0
View file @
8c99f7b6
<?php
require
__DIR__
.
'/risk-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/autoload.php'
;
require_once
$base_path
.
'vendor/autoload.php'
;
require_once
$GLOBALS
[
'GLOBAL_YII_SYSTEM_APP'
]
.
'vendor/yiisoft/yii2/Yii.php'
;
$config
=
require
$app_package_path
.
'app_config/'
.
MAIN_WEB_CONFIG_FILE
;
\ No newline at end of file
user_site/zhaobi/
zhaobi
-basic.php
→
user_site/zhaobi/
common
-basic.php
View file @
9f364f87
...
@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'user_site/';
...
@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'user_site/';
$base_path
=
$origin_base_path
=
$index_root_path
.
'user_site/zhaobi/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'user_site/zhaobi/'
;
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'user_site_zhaobi_version'
);
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'user_site_zhaobi_version'
);
$version_path
=
$index_root_path
.
'version/'
;
$version_path
=
$index_root_path
.
'version/'
;
defined
(
'SERVICE_ENV'
)
or
define
(
'SERVICE_ENV'
,
'
local
'
);
defined
(
'SERVICE_ENV'
)
or
define
(
'SERVICE_ENV'
,
'
test
'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'zhaobi_main_web.php'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'zhaobi_main_web.php'
);
/* 需要修改的参数>> */
/* 需要修改的参数>> */
\ No newline at end of file
user_site/zhaobi/zhaobi-index.php
View file @
9f364f87
<?php
<?php
require
__DIR__
.
'/
zhaobi
-basic.php'
;
require
__DIR__
.
'/
common
-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment