Code Monkey home page Code Monkey logo

starter_app's Introduction

Rogue Rails Starter App

This app is the initial project you should start with at the Rogue Rails workshop.

Setup

First ensure you have Vagrant and VirtualBox installed.

You should have already received the roguerails.box file. If you do not have it, ask one of the team mentors. Then add the box if you haven't already.

vagrant box add roguerails-box path/to/roguerails.box

Next clone this repository and run this command inside.

vagrant up

This will start up the virtual environment. If you receive an error, you may want to try it again with vagrant halt and vagrant up.

Then you can SSH into the virtual box:

vagrant ssh

This will drop you into the /vagrant directory which is a shared folder allowing you to run the application. Run the following commands in the box to finish setting up the project.

bundle install
cp config/database.example.yml config/database.yml
rake db:create
rails s

From here you should be able to access the application at http://localhost:3000/

You will need to run any other Rails dependent commands (such as rake db:migrate) within vagrant ssh. However, run git commands outside of this (on your local system).

starter_app's People

Contributors

ryanb avatar seanculver avatar lexun avatar acuppy avatar

Watchers

James Cloos avatar Budet avatar

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.