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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
67f6447c
Commit
67f6447c
authored
Feb 18, 2014
by
Johnny Theill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor formatting bug in README.md
parent
26168360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
apps/advanced/README.md
+4
-4
No files found.
apps/advanced/README.md
View file @
67f6447c
...
...
@@ -92,7 +92,7 @@ the installed application. You only need to do these once for all.
-
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/`
-
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.
...
...
@@ -116,9 +116,9 @@ use php builtin server, then all that is needed to do is run `php -S 127.0.0.1:8
After that is done you should be able to run your tests, for example to run
`frontend`
tests do:
*
`cd frontend`
;
*
`../vendor/bin/codecept build`
;
*
`../vendor/bin/codecept run`
.
*
`cd frontend`
*
`../vendor/bin/codecept build`
*
`../vendor/bin/codecept run`
In similar way you can run tests for other application tiers -
`backend`
,
`console`
,
`common`
.
...
...
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