Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkatron/welcomelafayette.com
Source code for welcomelafayette.com
https://github.com/funkatron/welcomelafayette.com
Last synced: 8 days ago
JSON representation
Source code for welcomelafayette.com
- Host: GitHub
- URL: https://github.com/funkatron/welcomelafayette.com
- Owner: funkatron
- License: mit
- Created: 2015-03-28T16:30:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T01:53:12.000Z (over 9 years ago)
- Last Synced: 2023-04-11T01:07:24.998Z (over 1 year ago)
- Language: PHP
- Homepage: http://welcomelafayette.com
- Size: 844 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WelcomeLafayette.com
===========## Setup
- Install vendor packages with `composer update`
- ***copy*** `app/config/base.SAMPLE.php` to `app/config/base.php` and fill in your values
- create an empty sqlite3 database with the command `sqlite3 ./data/welcomelafayette.sqlite3 "select ''"`
- run the DB migrations with `php vendor/bin/phinx migrate`## Running dev server
1. `cd` to the base directory of the project (the one that contains `app`, `www`, etc).
2. run the dev server with `./dev-server.sh`.
3. Open [`http://0.0.0.0:9909`](http://0.0.0.0:9909) in a web browser.## Running tests
1. `cd` to the base directory of the project (the one that contains `app`, `www`, etc).
2. run the test suite with `./run-tests.sh`.