Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinovyev/yiiestbook
A sample guest book on Yii2
https://github.com/zinovyev/yiiestbook
Last synced: 1 day ago
JSON representation
A sample guest book on Yii2
- Host: GitHub
- URL: https://github.com/zinovyev/yiiestbook
- Owner: zinovyev
- Created: 2015-01-24T02:31:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T19:09:01.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T21:12:34.493Z (about 2 months ago)
- Language: PHP
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yiiestbook
==========*A simple example of a guestbook powered by Yii2. It contains only two pages: a page with submission form and a messages list page.*
## Requirements
* Virtualbox
* Vagrant## Installation
If you haven`t *ubuntu/trusty64* box on your computer, install it using:
```sh
$ vagrant box add ubuntu/trusty64
```Run following code in your project directory:
```sh
~/prj$ git clone https://github.com/zinovyev/yiiestbook.git
~/prj$ cd yiiestbook
~/prj/yiiestbook$ vagrant up
```
When installation is complete, the site will be available at *http://127.0.0.1:8080*. This port can be easyli changed in Vagrantfile (in the root folder of the project).