https://github.com/paladini/intro-pictures
Intro Pictures website.
https://github.com/paladini/intro-pictures
Last synced: 7 months ago
JSON representation
Intro Pictures website.
- Host: GitHub
- URL: https://github.com/paladini/intro-pictures
- Owner: paladini
- Created: 2016-02-25T01:18:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T18:47:46.000Z (over 8 years ago)
- Last Synced: 2025-02-02T04:25:26.006Z (9 months ago)
- Language: Ruby
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro Pictures
Intro Pictures website.**Mockups:**
- Desktop: https://marvelapp.com/1bb7che
- Tablet landscape: https://marvelapp.com/bhe7b8
- Tablet portrait: https://marvelapp.com/1fd1g8h
- Smartphone landscape: https://marvelapp.com/f5dh36
- Smartphone portrait: https://marvelapp.com/16f1643## Requirements
In order to run this website, you need (at least) the following prerequisites:- Ruby 2.3.0
- Rails 4.2.5.1However, you must download several other ruby gems later (as you'll see later).
## Setting up the website
1. Download the project
2. Go to the main folder of the project and run `bundle install` in order to install all needed gems.
3. Run `rake db:create` in order to create the database.
4. Run `rake db:migrate` in order to create database tables and columns.
5. Run `rake db:seed` in order to import some basic Intro Pictures info to the database.## Mailgun
picturesintro@gmail.com
sucessodosite## Diagrams
There's a lot of diagrams that describe the website structure. You can find all of them at doc/*.svg.In order to regenerate all diagrams from this project, follow the [RailsRoady](http://railroady.prestonlee.com/) documentation.