Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meetmatt/vacancy-board
Vacancy board built with Zend Framework 2
https://github.com/meetmatt/vacancy-board
Last synced: 8 days ago
JSON representation
Vacancy board built with Zend Framework 2
- Host: GitHub
- URL: https://github.com/meetmatt/vacancy-board
- Owner: meetmatt
- Created: 2014-07-29T21:11:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T02:12:09.000Z (over 10 years ago)
- Last Synced: 2024-03-19T04:50:27.408Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vacancy Board
=============Vacancies board built with Zend Framework 2
Installation
------------1. Clone this repository:
```
git clone https://github.com/meetmatt/vacancy-board.git vacancy-board
```2. Install dependencies with [composer](https://getcomposer.org):
```
composer install
```3. Provide configuration parameters when asked
4. Point your web server to `public/index.php`
5. Have fun!