mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
36 lines
585 B
Markdown
36 lines
585 B
Markdown
# My Images
|
|
|
|
[ ](https://app.codeship.com/projects/300990)
|
|
|
|
A simple DragonFly powered image storage application.
|
|
|
|

|
|
|
|
## Requirements
|
|
|
|
* Ruby 2.5.1
|
|
* PostgreSQL 9+
|
|
* Imagemagick
|
|
|
|
## Getting started
|
|
|
|
Bootstrap the project:
|
|
|
|
```sh
|
|
$ bin/setup
|
|
```
|
|
|
|
Run the server:
|
|
|
|
```sh
|
|
$ foreman start
|
|
```
|
|
|
|
## Specs
|
|
|
|
Run the specs with:
|
|
|
|
```sh
|
|
$ bundle exec rspec
|
|
```
|