Coder Social home page Coder Social logo

guuhh / demo.activeadmin.info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rafalima/demo.activeadmin.info

0.0 1.0 0.0 774 KB

A store application to use in tutorials for Active Admin

Home Page: http://demo.activeadmin.info/admin

Ruby 85.77% CoffeeScript 0.03% JavaScript 0.78% CSS 2.29% HTML 11.12%

demo.activeadmin.info's Introduction

Pré-requistos

  1. Instalar Rbenv
  2. Instalar Ruby
    • Windows - Instalar Ruby 2.1.7
      • windows installer
      • On Gemfile, comment line "ruby '2.2.0'" and uncomment line "ruby '2.1.7'"
    • Unix - Instalar Ruby 2.2.0
  3. Instalar o bundler

Rodando a aplicação

  1. Baixar o repostitório
  2. Executar "bundle install" no root do projeto para instalar todas as dependências definidas no Gemfile
  3. Executar "rake db:schema:load" para criar todas as tabelas do banco
  4. Executar "rake db:seed" para criar vários dados (produtos e usuários)
  5. Executar "rails s" para subir a aplicação.
  6. No browser, acessar o seguinte endereço: "http://localhost:3000"

Requirements

  1. Install Rbenv
  2. Install Ruby 2.2.0
  3. Install bundler

Running the application

  1. Clone this repo
  2. Execute "bundle install" on the root of the project to install all dependencies defined in the Gemfile
  3. Execute "rake db:schema:load" to create the database tables
  4. Execute "rake db:seed" to populate the database (products and users)
  5. Execute "rails s" to start the application
  6. Access "http://localhost:3000"

demo.activeadmin.info's People

Contributors

pcreux avatar gregbell avatar rafalima avatar timoschilling avatar seanlinsley avatar eshaiju avatar zonque avatar

Watchers

Gustavo Rodrigues 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.