Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinc/pi.ctu.re
Upload your pictures to the cloud 📷
https://github.com/vinc/pi.ctu.re
photos pictures uploader
Last synced: 2 months ago
JSON representation
Upload your pictures to the cloud 📷
- Host: GitHub
- URL: https://github.com/vinc/pi.ctu.re
- Owner: vinc
- License: mit
- Created: 2014-05-25T11:45:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T17:29:41.000Z (about 1 year ago)
- Last Synced: 2024-04-15T14:06:36.568Z (8 months ago)
- Topics: photos, pictures, uploader
- Language: Ruby
- Homepage: https://pi.ctu.re
- Size: 2.48 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Picture
=======[![Build Status](https://api.travis-ci.org/vinc/pi.ctu.re.svg?branch=master)](http://travis-ci.org/vinc/pi.ctu.re)
[![Code Climate](https://codeclimate.com/github/vinc/pi.ctu.re.svg)](https://codeclimate.com/github/vinc/pi.ctu.re)
[![Code Coverage](https://codecov.io/gh/vinc/pi.ctu.re/branch/master/graph/badge.svg)](https://codecov.io/gh/vinc/pi.ctu.re)Picture (https://pi.ctu.re) is a website where you can share your pictures
and pay for the data stored and transferred. The code is open source so you
can also host your own instance.[![Picture](/app/assets/images/home_bg.jpg?raw=true)](https://pi.ctu.re)
Development
-----------All the data is contained in a PostgreSQL database.
The main website is a [rails app](https://github.com/vinc/pi.ctu.re):
$ git clone https://github.com/vinc/pi.ctu.re
$ cd pi.ctu.re
$ cp .env.sample .env
$ yarn install
$ bundle install
$ rails db:setup
$ rails generate admin
$ rails serverAnd images are delivered by a [node app](https://github.com/vinc/infra.stru.ctu.re):
$ git clone https://github.com/vinc/infra.stru.ctu.re
$ cd infra.stru.ctu.re
$ cp .env.sample .env
$ yarn install
$ yarn startA local instance can also be run using Docker:
$ git clone --recursive https://github.com/vinc/stru.ctu.re
$ cd stru.ctu.re
$ docker-compose up
$ docker-compose exec web rails db:setup
$ docker-compose exec web rails generate adminIn all cases a web server is listening at http://localhost:3000
License
-------Copyright (c) 2011-2023 Vincent Ollivier. Released under MIT.