|
5 years ago | |
---|---|---|
app | 5 years ago | |
bootstrap | 5 years ago | |
config | 5 years ago | |
database | 5 years ago | |
public | 5 years ago | |
resources | 5 years ago | |
storage | 5 years ago | |
tests | 5 years ago | |
.bowerrc | 5 years ago | |
.env.example | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
artisan | 5 years ago | |
bower.json | 5 years ago | |
composer.json | 5 years ago | |
composer.lock | 5 years ago | |
gulpfile.js | 5 years ago | |
nginx.conf.example | 5 years ago | |
package.json | 5 years ago | |
phpspec.yml | 5 years ago | |
phpunit.xml | 5 years ago | |
readme.md | 5 years ago | |
server.php | 5 years ago |
A checkin platform that uses Open Data (mostly OpenStreetMap)
Status: very early alpha. I'm using this project to learn Laravel and get more familiar with OSM.
Pullet is built with Laravel 5.1, which requires the following:
You'll also need composer and nodejs to complete the installation.
Alternatively, you can use the Laravel Homestead virtual machine.
Only MariaDB (MySQL) has been tested.
.env.example
to .env
composer install
npm install -g gulp
npm install
gulp
You can find a nginx configuration sample file (nginx.conf.example
) in this directory.
You'll need to change the server_name, and paths at the very least.
You'll probably want to setup HTTPS as well.
As mentioned above, I'm using this to learn. If you'd like to learn with me (or teach me a thing or two), get in touch or just dive right in!
It's pretty obvious that I'm no designer, so if you can make things look good & usable and want to help out, definitely give me a shout! You don't need to know HTML/CSS; if you've got an image mockup I can implement it.