Giter Site home page Giter Site logo

waywardstarsite's Introduction

##Cloning The Project

Download Rails Installer - Ruby 2.0

http://railsinstaller.org/en

Download Node.js

https://nodejs.org/

Clone Git

git clone https://github.com/Saefinn/WaywardStarSite.git-

Install RubyGems

https://rubygems.org/pages/download

Download Zip

Extract Zip

Navigate to directory via command prompt

ruby setup.rb

Install The Gems

gem install rake -v '10.4.2'

bundle

Setup Server & Data

rake db:migrate

rails server

##DEPLOYMENT##

Download Heroku's Toolbelt: https://toolbelt.heroku.com/windows

Add a git remote to the heroku server and do a git push to it.

Commandline - first run

heroku run bundle

heroku run db:migrate

For each update, for new migrations

heroku run db:migrate:status

heroku run db:migrate:up VERSION:[version]

##Additional Gems Used##

[Simple Form

https://github.com/plataformatec/simple_form

gem 'simple_form'

Devise

https://github.com/plataformatec/devise

gem 'devise'

Sqlite3 & Postgre

SQLite3 -> https://www.sqlite.org/

PostgreSQL -> http://www.postgresql.org/

group :development, :test do

gem 'sqlite3'

end

group :production do

gem "pg"

end

##DEVELOPMENT TOOLS##

Host/Production

Heroku

https://heroku.com/

IDE

RubyMine 7.1

https://www.jetbrains.com/ruby/

KomodoEdit (Free Alternative)

http://komodoide.com/komodo-edit/

##Software versions##

Rails 4.2.1 -> http://rubyonrails.org/download/

Ruby 2.0 -> https://www.ruby-lang.org/en/downloads/

##Structure##

  • Home --> Journals (Replace with News) --> "news" view, model & controller

  • Pages --> For Viewing Different Rules --> "Pages" view & controller

  • Journals --> Stories written by user --> "status" view, controller & model

  • Characters --> Character profiles for each user --> "character" view, controller & model

  • Items --> Item List for Each Character --> "item" view, controller & model

  • Members --> Profiles for each user --> "profile" view and controller, "user" model

waywardstarsite's People

Contributors

saefinn avatar brynp avatar

Watchers

 avatar

waywardstarsite's Issues

order of posts

Need to load posts in reverse order and to page them.

custom avatar

Prefer to use custom avatar over gravatar, replace this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.