Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit ed95275

Browse files
Update README.md
1 parent 3e59548 commit ed95275

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The primary goal is to provide an approachable development environment with a mo
5858

5959
You can easily create a new site by running `./bin/create-site` command. It will ask you a name for new site directory, its domain name and git repository for the project. Then it will halt vagrant, if it is running, and start it again with provisioning mode. In a few minutes you will get your site up and running again.
6060

61-
Please, pay attention to domain name question. The script allows you to enter space-separated list of domains which will be bound to your site. For example: `mysite.dev test.mysite.dev test2.mysite.dev`
61+
If your site uses multiple domains, you can easily add it by entering multiple space-separated domains when the scripts asks for to enter it. For example: `mysite.dev test.mysite.dev test2.mysite.dev`
62+
63+
Also, please, pay attantion that in case if you want to create a new site from scratch and you don't enter git repository, then you will need to generate site skeleton using Phalcon Dev Tools. To do it, you will need to loging into vagrant instance using SSH access and navigate to the site folder (`/srv/www/{site-name}/`) and create a new project using `phalcon project` command.
6264

6365
## LICENSE
6466

0 commit comments

Comments
 (0)