Furrest City's modified version of OSEM http://osem.io
Find a file
Rob Smith 6f260d14fa Fix shared directory mounting on provisioning
Due to how the opensuse/openSUSE-42.1-x86_64 box is, there is no vagrant group
by default. When the shared folder is attemtped to mount, it fails with the
following

```
==> default: Mounting shared folders...
    default: /vagrant => /Users/kormoc/Projects/osem
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attemped was:

set -e
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant

The error output from the command was:

No such file or directory
```

This change will fix this issue to allow a single `vagrant up` to work correctly

To test this, you can run `vagrant destroy;vagrant up`. This will destroy your current environment and rebuild it from scratch.
2016-09-17 19:31:59 -07:00
app Merge pull request #1115 from rishabhs95/admin-tickets-quantity 2016-09-15 13:05:28 +03:00
bin Update spring-commands-rspec and springify bin/rspec 2016-02-16 21:46:33 +05:30
config Minor Contributing documentation updates. 2016-09-17 19:31:59 -07:00
db Merge pull request #1108 from rishabhs95/stripe 2016-08-18 16:04:11 +02:00
doc First checkin 2013-01-07 09:04:09 +01:00
lib Add rake task to set conference_id in pre-existing versions 2016-08-12 13:35:56 +05:30
public Integrate the schedule in the admin interface 2016-08-11 15:06:52 +02:00
spec Merge pull request #1161 from Ana06/room-event-schedule 2016-09-06 12:47:51 +03:00
vendor Fix markdown editors bug #811 using asset gem. 2016-03-08 16:50:30 +05:30
.gitignore Make use of dotenv 2016-04-29 16:37:48 +02:00
.rubocop.yml Rubocop class length increased 2016-07-25 11:33:30 +02:00
.rubocop_todo.yml Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use. 2016-03-01 17:10:45 +02:00
.travis.yml In Travis, run tests on MariaDB 2016-08-22 16:39:19 +02:00
app.json Require less variables for heroku. 2016-07-12 16:28:50 +02:00
bootstrap.sh Get config.yml/secrets.yml out of travis/vagrant 2016-04-29 16:36:47 +02:00
config.ru First checkin 2013-01-07 09:04:09 +01:00
CONTRIBUTING.md Minor Contributing documentation updates. 2016-09-17 19:31:59 -07:00
dotenv.example docs/PAYMENTS: add API docs 2016-08-18 15:31:34 +05:30
Gemfile Fix conference serializer spec to work with MySQL 2016-08-18 18:34:50 +02:00
Gemfile.lock Fix conference serializer spec to work with MySQL 2016-08-18 18:34:50 +02:00
Guardfile apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
INSTALL.md docs/PAYMENTS: add API docs 2016-08-18 15:31:34 +05:30
LICENSE Release osem under MIT. Fixes #57 2013-10-18 15:33:59 +02:00
PAYMENTS.md docs/PAYMENTS: add API docs 2016-08-18 15:31:34 +05:30
Rakefile First checkin 2013-01-07 09:04:09 +01:00
README.md Add heroku button to README.md 2016-06-08 14:55:12 +02:00
TRANSLATION.md Update API key section in TRANSLATION.md 2016-06-30 10:44:38 +02:00
Vagrantfile Fix shared directory mounting on provisioning 2016-09-17 19:31:59 -07:00

Build Status Code Climate Coverage Status Security Status Deploy

Open Source Event Manager

OSEM Logo

An event management tool tailored to Free and Open Source Software conferences.

Installation

Please refer to INSTALL documentation file

How to contribute to OSEM

Please refer to our CONTRIBUTING guide

How to translate OSEM into your language

Please refer to our [TRANSLATION guide] (TRANSLATION.md)

Contact

GitHub issues are the primary way for communicating about specific proposed changes to this project. If you have other questions feel free to subscribe to the opensuse-web@opensuse.org mailinglist, all OSEM contributors are on that list! Additionally you can use #osem channel on freenode IRC.