Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embassynetwork/modernomad
manage multi-use community houses: members, guests, events.
https://github.com/embassynetwork/modernomad
Last synced: 5 days ago
JSON representation
manage multi-use community houses: members, guests, events.
- Host: GitHub
- URL: https://github.com/embassynetwork/modernomad
- Owner: embassynetwork
- License: agpl-3.0
- Created: 2012-05-14T01:44:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T23:46:10.000Z (4 months ago)
- Last Synced: 2024-08-02T12:48:47.222Z (3 months ago)
- Language: Python
- Homepage: https://embassynetwork.com/
- Size: 33.4 MB
- Stars: 133
- Watchers: 10
- Forks: 59
- Open Issues: 207
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - embassynetwork/modernomad - manage multi-use community houses: members, guests, events. (others)
README
# Modernomad
Modernomad is an operating platform for collaborative spaces. It aims to
facilitate democratic management, empower people with information, and enable
meaningful connections for groups that value openness, collaboration and
participation.Main features include profiles, mailing lists, guest and booking
management, events, static content, and community management. A [detailed
feature list](docs/features.md) is also available.## Running in development
The easiest way to get up and running in development is by using Docker. See [Docker development environment](docs/docker-development-environment.md).
If you can't or don't want to use Docker, see [Environment Setup](docs/environment-setup.md) and [How to Run](docs/how-to-run.md).
## Documentation
- [Admin user guide](https://embassynetwork.gitbooks.io/modernomad/content/) - to help users set up and manage locations on Modernomad
- [Browser tests](docs/browser-tests.md) - want to write a browser test or fix a broken one?
- [Configuration](docs/browser-tests.md)
- [Deployment](docs/deployment.md) - how embassynetwork.com works, and how to run your own copy of Modernomad## Contributing
We love contributors! Add an issue if you have an idea or bug report, visit the [Backlog](https://github.com/embassynetwork/modernomad/projects/1) to see what we're up to, or message [jessykate](https://github.com/jessykate) on [twitter](https://github.com/jessykate).
[Read more about contributing](docs/contributing.md).
## License
Modernomad is licensed under the [Affero General Public License](agpl-3.0.txt),
which is like the GPL but requires you provide access to the source code for
any modified versions that are running publicly (among other things). The
[intent](http://www.gnu.org/licenses/why-affero-gpl.html) is for anyone
improving the software makes those improvements available to others.