Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthijsbos/familievlaar.nl
https://github.com/matthijsbos/familievlaar.nl
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthijsbos/familievlaar.nl
- Owner: matthijsbos
- Created: 2014-06-05T14:07:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T21:05:13.000Z (about 9 years ago)
- Last Synced: 2023-03-30T14:33:40.744Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://familievlaar.nl
- Size: 30.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Familievlaar.nl
Archive site for my familiy photo album## Installation
1. Install composer via `https://getcomposer.org/`
2. Clone this repository `$ git clone https://github.com/matthijsbos/familievlaar.nl.git`
3. Navigate into the directory and execute `$ composer install`. Composer will
now download and install all php dependencies.
4. Copy the `.env.example` file to `.env`.
5. Modify all relevant lines in the `.env` file.
6. Run `php artisan migrate` to run all database scripts.
7. Create first user using command line tools: `php artisan user:create --help`.## Development environment setup
1. Install the Homestead Vagrant box by following the instructions on http://laravel.com/docs/5.0/homestead
2. Modify the `~/.homestead/Homestead.yaml` file so that it points to the
site installation folder
3. Navigate into cloned folder.
4. `vagrant up`
5. `vagrant ssh` in order to execute commands such as `php artisan migrate`.