mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Furrest City's modified version of OSEM
http://osem.io
After the rebase (to update the PR with the latest changes), I had the same issue @lguerard has had. I noticed that the rails server didn't lisen on all interfaces any more, but bound the port to the loopback device only. By adding the parameter `-b 0.0.0.0`, I restored the previous behavior, and OSEM could be reached with the browser after it started up (takes a few seconds). |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| docker | ||
| lib | ||
| public | ||
| spec | ||
| vendor | ||
| .dockerignore | ||
| .gitignore | ||
| .haml-lint.yml | ||
| .haml-lint_todo.yml | ||
| .rubocop.yml | ||
| .rubocop_todo.yml | ||
| .travis.yml | ||
| app.json | ||
| bootstrap.sh | ||
| config.ru | ||
| CONTRIBUTING.md | ||
| docker-compose.env.example | ||
| docker-compose.yml.example | ||
| Dockerfile | ||
| dotenv.example | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| INSTALL.md | ||
| LICENSE | ||
| PAYMENTS.md | ||
| Rakefile | ||
| README.md | ||
| TRANSLATION.md | ||
| travis_script.sh | ||
| Vagrantfile | ||
Open Source Event Manager
An event management tool tailored to Free and Open Source Software conferences.
OSEM actively participates in GSoC and RGSoC.
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
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.

