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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov authored Oct 5, 2016
1 parent 3e59548 commit ed95275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ The primary goal is to provide an approachable development environment with a mo

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.

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`
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`

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.

## LICENSE

Expand Down

0 comments on commit ed95275

Please sign in to comment.