Coder Social home page Coder Social logo

guluc3m / gul-gultalks Goto Github PK

View Code? Open in Web Editor NEW
6.0 12.0 8.0 1.25 MB

GUL UC3M Technical Conferences Management System

Home Page: http://cursos.gul.es

License: Other

Ruby 61.22% CoffeeScript 0.13% JavaScript 1.53% HTML 0.88% TeX 0.48% SCSS 16.98% Haml 18.77%
ruby rails uc3m gul gultalks

gul-gultalks's Introduction

GulTalks

License Build Status Inline docs

This is the GUL's Technical Conferences management system made with Ruby on Rails framework.

This project started in late december of 2013 for replace the old application made with Cake PHP framework which was very difficult to maintain and we decided to start from scratch, adding many modern development techniques and latest technologies.

Development environment

To build the app in dev or test environments, use the following command:

$ bundle install --without production
# or you can speed it up in macOS/OSX with
$ bundle install --without production --jobs $((`sysctl -n hw.ncpu`-1))
# or you can speed it up in common GNU/Linux distros with
$ bundle install --without production --jobs `nproc --ignore=1`

We think that SQLite is better for development purposes.

To run it:

$ rake db:migrate
$ rake db:seed # Add a pair of conferences for testing only
$ rails server [-p $PORT] # Port is optional

Production enviroment (deploy)

If you want to deploy the app, you have to modify the deploy config file placed in the config directory. Then, you have just type the following command:

$ mina deploy [--verbose]

To build the app in production environment and test it locally, use the following command:

$ bundle install --without development
$ rails server [-p $PORT] # Port is optional

Now MySQL is used as DB engine instead of SQLite.

Some of the technologies employed

Wiki

For more info about the API or the deploy, check our wiki

Have a bug/ suggestion?

Bugs or suggestions? Visit the issue tracker

GulTalks tests are automatically run by Travis CI

License

GulTalks is under the MIT License. See the LICENSE

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.