Coder Social home page Coder Social logo

ine_nauticos's Introduction

NáuticaBarata

##Summary

This repository contains the sources of NáuticaBarata, the online shop with the best selection of nautical equipment.

##Requisites

  • Ruby 2.1.2
  • Rails 4.1.1
  • MySQL 5.5.

##Installation To run NáuticaBarata follow this steps:

1.- Create the development and test databases by running the following commands on your mysql console:

 create database eshop06_development;
 create database eshop06_test;

2.- Create the user 'eshop06' and grant him all permits on the databases you just created using the following commands:

grant all on eshop06_development.* to 'eshop06'@'localhost' identified by 'cisco';

grant all on eshop06_test.* to 'eshop06'@'localhost' identified by 'cisco';

3.- Install the gems listed on the gemfile by running:

bundle install

4.- Bring your database up-to-date by using:

rake db:migrate

5.- Set up your server by running rails server and paste this adress http://localhost:3000 on your favorite broswer.

##Thank you!

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.