Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
989daa0b
Commit
989daa0b
authored
Feb 17, 2014
by
Dilip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
bbc0c568
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
apps/advanced/README.md
+4
-1
No files found.
apps/advanced/README.md
View file @
989daa0b
...
@@ -82,8 +82,11 @@ the installed application. You only need to do these once for all.
...
@@ -82,8 +82,11 @@ the installed application. You only need to do these once for all.
1.
Run command
`init`
to initialize the application with a specific environment.
1.
Run command
`init`
to initialize the application with a specific environment.
2.
Create a new database and adjust the
`components['db']`
configuration in
`common/config/main-local.php`
accordingly.
2.
Create a new database and adjust the
`components['db']`
configuration in
`common/config/main-local.php`
accordingly.
3.
Apply migrations with console command
`yii migrate`
.
3.
Apply migrations with console command
`yii migrate`
.
This will create tables needed for the application to work.
4.
Set document roots of your Web server:
4.
Set document roots of your Web server:
-
for frontend
`/path/to/yii-application/frontend/web/`
and using the URL
`http://frontend/`
-
for frontend
`/path/to/yii-application/frontend/web/`
and using the URL
`http://frontend/`
-
for backend
`/path/to/yii-application/backend/web/`
and using the URL
`http://backend/`
-
for backend
`/path/to/yii-application/backend/web/`
and using the URL
`http://backend/`
-
To login into the application, you need to first sign up, with any of your email address, username and password.
Then, you can login into the application with same email address and password at any time.
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