Description
First of all, you need to setup an MySQL database. The default database name is mamute_development, the username is root and the password must be blank.
Mamute QA alternatives and similar software solutions
Based on the "Social Networks and Forums" category.
Alternatively, view Mamute QA alternatives based on common mentions on social networks and blogs.
-
Discourse
Advanced forum / community solution based on Ruby and JS. -
Reddit
Social networking and news website where registered community members can submit content. -
Flarum
Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. -
Lemmy
A link aggregator / reddit clone for the fediverse. Reddit alternative built in Rust. -
Isso
A lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus. -
Patchwork
Decentralized messaging and sharing app built on top of Secure Scuttlebutt -
PixelFed
Pixelfed is an open-source, federated platform alternate to Instagram. -
Loomio
Loomio is a collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them. -
remark42
A lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments. -
phpBB
Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. -
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive. -
flaskbb
FlaskBB is forum software written in Python using the microframework Flask. You can easily create new topics, posts and send other users private messages. It also includes basic administration and moderation tools. -
Pump.io
Stream server that does most of what people really want from a social network. -
Misskey
Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon. -
twister
Fully decentralized P2P microblogging platform leveraging the free software implementations of Bitcoin and BitTorrent protocols. -
Movim
A brand new social network, full of awesome features in a modern and smart interface. -
Talkyard
Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat -
Simple Machines Forum
Free, professional grade software package that allows you to set up your own online community within minutes. -
Hubzilla
Independent general-purpose websites that not only connect with their associated members and viewers, but also connect together. -
Jappix
Jappix is an open social platform, that let's you easily get or keep in touch with everyone. -
Scoold
Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support. -
Satellity
Yet another open source forum written in Golang, React and PostgreSQL. -
twtxt.net
a Self-Hosted, Twitter™-like Decentralised micro-logging platform. No ads, no tracking, your content, your data! -
BuddyPress
A powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more. -
Socialhome
Federated and decentralized profile builder and social network engine. -
Orange Forum
Orange Forum is an easy to deploy forum that has minimal dependencies and uses very little javascript. -
Human-Connection
Free and open-source social network for active citizenship. -
cartulary
RSS reader, readability tool, article archiver, microblogger, social graph manager and reading list manager. -
GNU social
Social communication software for both public and private communications. -
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality. -
Buddycloud
Tools, libraries, services and a community to build user-to-user, group and social messaging into your app. Saves time. Scales up. Supports you.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Mamute QA or a related project?
README
Mamute QA 
Requirements
This project makes use of the following technologies to simplify setup:
How to set up an instance of Mamute
First of all, you need to setup an MySQL database. The default database name is
mamute_development
, the username is root
and the password must be blank.
You may also use Docker Compose to run your MySQL database:
docker-compose -f docker-compose-it.yml up -d
This is useful for running the tests.
To use Mamute
Using docker-compose:
To start an instance of the latest Mamute release and its dependencies:
cd docker
docker-compose up --build
Then you can access Mamute on http://localhost:80.
Using a compiled war file:
- Download the war of the latest version at http://www.mamute.org
- Unpack it to a folder named
yourproject/mamute
- Run it by executing the bash script
mamute/run.sh
- If everything worked, you are free to customize
mamute
folder as you want to!
Using git + maven:
- Clone the repository from github
- Install node and npm
- Run
npm install
- Run
npm install -g grunt-cli
- Run
./scripts/mvn-package.sh
- Make a copy of
mamute/target/mamute-1.0.0-SNAPSHOT
toyourproject/mamute
- Run it by executing the bash script
mamute/run.sh
- If everything worked, you are free to customize
mamute
folder as you want to!
To contribute with mamute:
- Fork the repository from github
- Clone the fork
- Install node and npm
- Run
npm install
- Run
npm install -g grunt-cli
- Run
Main.java
to start mamute - Develop and do your pull request
FAQ
How can I configure the system to activate/deactivate some feature?
How can I configure the system to allow/disallow the creation of tags by common users?
Questions?
Send your questions to mamute meta.
Or to our mail-list: [email protected]
Mamute was developed by www.caelum.com.br and www.alura.com.br developers