Skip to content

Commit 34a024b

Browse files
committed
Update for README
1 parent 17a2936 commit 34a024b

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ Check out a [explanation article][1].
1313

1414
To run this application on your machine, you need at least:
1515

16-
* PHP >= 5.4
16+
* PHP >= 7+
1717
* Server Any of the following
18-
* [Phalcon Devtools][7] using provided **.htrouter** and `phalcon serve` command
1918
* [Apache][2] Web Server with [mod_rewrite][3] enabled
2019
* [Nginx][4] Web Server
2120
* Latest stable [Phalcon Framework release][5] extension enabled
2221

22+
You can also run the application using [nanobox.io][8]. Installation instructions for nanobox can be found [here][9].
23+
24+
## Running the application
25+
* Clone the repository to a folder on your machine
26+
* Navigate to that folder
27+
* Run `nanobox run`
28+
* After the application compiles you will see `/app $` in your terminal. Type `php-server` to run apache
29+
* Navigate to the IP address displayed in the console.
30+
2331
## License
2432

2533
Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6]. © Phalcon Framework Team and contributors
@@ -31,3 +39,5 @@ Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6
3139
[5]: https://github.com/phalcon/cphalcon/releases
3240
[6]: https://github.com/phalcon/tutorial/blob/master/docs/LICENSE.md
3341
[7]: https://github.com/phalcon/phalcon-devtools
42+
[8]: https://nanobox.io
43+
[9]: https://docs.nanobox.io/install/

0 commit comments

Comments
 (0)