Skip to content

jeanhld/site-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This sample Rails app was developed to send user navigation informations to the user-tracke appr, also to create contact.

Things you may want to cover to run this app on localhost:

  • Ruby version: 2.2.3

  • Rails version: 4.2.4

  • Database: Postgres

  • Configuration:

    • First Step: You need to clone this repository to your computer.

    • Second Step: Already on your app folder, run ‘bundle install’ on your terminal to install gems.

    • Third Step: Edit the ‘config/database.yml’ to your settings.

  • Database installation

    • Fourth Step: To create the databases, run ‘rake db:create’.

    • Fifth Step: Run ‘rake db:migrate’ to run the database migrations.

  • How to run the server with the user-tracker

    • Sixth Step: With the above steps completed, run ‘rails server -p 8080’.

    • Seventh Step: Access the app on your browser on ‘localhost:8080’

About

Site example to send data to user-tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors