Giter Club home page Giter Club logo

rocketmd's Introduction

RocketMD

This is the new version of Clinic Helper, now written on ruby on rails

Versions

  • Rails 5
  • ruby 2.3.1
  • Gentelella 1.1.0

###Setup:

  1. Install PostgreSQL, process varies depending to OS, version 9 and up are good
  2. If asked for the postgress pasword, set it to "postgres"
  3. Run the following command in the psql console: "CREATE USER eduardo WITH PASSWORD 'welc0me' CREATEDB' (The user and pass may change in the future)
  4. If you are on linux, install rbenv and set it up to use ruby 2.3.1 (Google), if you are on windows, install directly ruby 2.3.1
  5. Clone the repository to your computer
  6. Open the terminal, cd into the repository folder and run 'bundle install' and then run 'rake db:setup', this will install and update all the gems, and create the database and run all the migrations.
  7. Open RubyMine of your favorite IDE/Editor an run 'rails s'

###Or use vagrant:

  1. Install vagrant and virtualbox
  2. vagrant plugin install vagrant-vbguest
  3. vagrant plugin install vagrant-librarian-chef-nochef
  4. vagrant up
  5. vagrant ssh
  6. cd /vagrant
  7. bundle
  8. rake db:create && rake db:migrate
  9. rails s

That's it! Your app is running

Navigate to http://localhost:3000

rocketmd's People

Contributors

eduardoveras avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rocketmd's Issues

Este vagrant del c....!!!

Expected behavior.

Ok, Tengo problemas al tratar de setear el bootstrap.sh de vagrant para correrlo con vagrant up. Otra opcion es tratar de crear la maquina virtual, dar un vagrant package (empaqueta la maquina virtual en alrededor 700MB) se sube a un server y todo el mundo lo tiene.

Si alguien tiene alguna otra idea o sugerencia me avisan.

As a user i want to have a Clinic model for the users

Right now you can create a user and that user has patients.

We must create a Clinic model, the users belong to the clinic and also the Patients belong to the clinic. When you register for the first time you are creating a clinic and a user(admin for that clinic)...

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.