Skip to content

Lexxeous/simple_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Simple CRUD ROR Blogging Application

Running the Application

  1. Open terminal.
  2. Navigate to "SimpleBlog" project folder.
  3. Run: $ rails s or $ rails server
  4. Open a web browser and go to https://localhost:3000.

Versions

rails 5.1.5
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
rvm 1.29.3 (master) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin
puma 3.11.2 (ruby 2.5.0-p0), codename: Love Song

System Dependencies

  • Ruby
  • RVM
  • Puma
  • Use $ gem install <gemName> for manual dependency installations.

Hardware Configuration

  • 2012 MacBook Pro w/ macOS High Sierra 10.13.4
  • 2.3 GHz Intel Core i7
  • 16 GB 1600 MHz DDR3 RAM
  • NVIDIA GeForce GT 650M 512 MB
  • Intel HD Graphics 4000 1536 MB

Database Creation

Database Initialization

Services

Deployment Instructions