Mconf-Web with shibboleth for development
Instructions to enable shibboleth in development in Mconf-Web
Everything you need to know about Mconf.
→ For Mconf-Web version 0.8.
→ This version uses Rails 3 and Ruby 1.9.2-p290.
First, you need to install some system packages used by Mconf-web (you can also see this list of packages in this file in our repository):
$ sudo apt-get install wget make curl git-core libruby aspell-es aspell-en libxml2-dev \
libxslt1-dev libmagickcore-dev libmagickwand-dev imagemagick \
libmysqlclient-dev mysql-server zlib1g-dev build-essential \
libreadline-dev libsqlite3-dev libssl-dev
Then install Ruby. We recommend the use of RVM. See this page to now how to install it (use the single-user installation). After RVM is installed, install Ruby and create a gemset for mconf with:
$ rvm install 1.9.2-p290
$ rvm gemset create mconf
$ rvm use --default 1.9.2-p290@mconf
Clone mconf-web and create a branch for version 0.8.1:
$ git clone git://github.com/mconf/mconf-web.git
$ git checkout -b branch-v0.8.1 v0.8.1
Install gems and git submodules with:
$ git submodule init
$ git submodule update
$ bundle install
Set up your system (it creates some configuration files and updates git submodules):
$ bundle exec rake setup:basic
config/database.yml : configures the database. See [[this page |
Configuration-Files-v0.8#configuring-the-database-databaseyml]] for more details about this file. |
config/setup_conf.yml contains the basic configuration data that will be used during the database setup and when the application is initialized. See [[this page |
Configuration-Files-v0.8#configuring-the-application-setup_confyml]] for more details about this file. |
config/deploy/conf.yml
configurations for deployment with Capistrano.Setup the database. It will drop and recreate your development database, create basic data (you need this data to run the application) and populate the db with test data.
$ bundle exec rake setup:db
Run the command below to start the server and open your browser and go to localhost:3000
.
$ bundle exec rails server
You can create fake data in your development database using the following rake task:
$ bundle exec rake setup:populate
It will create users, spaces, posts and everything you need to have a populated web site and test your modifications.
Proceed to [[this page | Testing-v0.8]]. |
Proceed to [[this page | Development-Tips]]. |
Mconf-Web stores all its configurations in a database and provides a management interface in the website where the admin user can edit most of these configurations. See [[this page | Configuring-the-Website-v0.8]] for more details. |
Also, the configurations that can be edited in the management interface can also be configured using the file config/setup_conf.yml . See [[this page |
Configuration-Files-v0.8]] for more details on how it works. |
Instructions to enable shibboleth in development in Mconf-Web
Description of the events triggered by the webhooks
A list of internal messages that go through redis on BigBlueButton
Este tutorial mostra como funciona o módulo de notas compartilhadas no Mconf
Este tutorial mostra as funções de moderação de usuários em uma conferência no Mconf.
Este tutorial inclui informações sobre como modificar o layout (disposição e visibilidade das janelas internas) de uma conferência no Mconf
Este tutorial mostra como funciona a integração do Mconf com o Moodle.
Este tutorial mostra como gravar e como visualizar conferências no Mconf
Este tutorial ensina como compartilhar documentos em uma conferência e como interagir com o quadro branco
Este tutorial mostra como utilizar o compartilhamento de tela Java em uma conferência no Mconf