Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon
MoJ OPG 48hr Hackathon project
https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon
Last synced: 2 months ago
JSON representation
MoJ OPG 48hr Hackathon project
- Host: GitHub
- URL: https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon
- Owner: eddiejaoude
- License: bsd-3-clause
- Created: 2014-11-27T10:20:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T15:04:58.000Z (about 10 years ago)
- Last Synced: 2024-10-03T23:41:31.075Z (3 months ago)
- Language: PHP
- Homepage: https://moj-opg-48hr-hackathon.herokuapp.com
- Size: 16.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/eddiejaoude/ministryofjustice-opg-48h-hackathon.svg?branch=master)](https://travis-ci.org/eddiejaoude/ministryofjustice-opg-48h-hackathon)
# Ministry of Justice OPG 48hr Hackathon
### URLs
Repo: https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon
TravisCI: https://travis-ci.org/eddiejaoude/ministryofjustice-opg-48h-hackathon### Contribution / Local installation
1. Clone repo https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon
`git clone https://github.com/eddiejaoude/ministryofjustice-opg-48h-hackathon`
2. Get dependencies
`php composer.phar install`
3. Update config to your setup for ElasticSearch & Postgres DB
Best way to do this is copy `local.php.dist` to `local.php` and update parameters
4. Run built-in php webserver
`php -S 0.0.0.0:8000 -t public` and point your browser to `http://localhost:8000`