Minds is an open-source, encrypted and reward-based social networking platform. https://minds.com
Minds is split into multiple components:
- Engine - Backend code & APIs
- Front - Client side Angular2 web app
- Sockets (Coming Soon) - WebSocket server for real-time communication
Please also see:
Plugins will eventually be migrated to their own repositories.
Documentation for Minds can be found at minds.org/docs
- Installation
- Requirements
- Download
- Vagrant Development Environment
- Install & Build 1. Front End 2. Engine 3. Install Script
- Troubleshooting
- Testing
- Contributing
The Docker environment is currently a work in progress and we intend on streamlining the installation phase.
- Run
docker ps
and look for the minds_php-fpm container - Run
docker exec -it CONTAINER_ID_HERE php /var/www/Minds/engine/cli.php install keys
- Run
docker exec -it CONTAINER_ID_HERE php /var/www/Minds/engine/cli.php install --graceful-storage-provision --domain=dev.minds.io --username=minds --password=password [email protected] --private-key=/.dev/minds.pem --public-key=/.dev/minds.pub --cassandra-server=cassandra
If you'd like to contribute to the Minds project, check out the Contribution section of Minds.org or head right over to the Minds Open Source Community. If you've found or fixed a bug, let us know in the Minds Help and Support Group!
Please report all security issues to [email protected].
AGPLv3. Please see the license file of each repository.
PHP, Cassandra, Angular2, Nginx, Ubuntu, OpenSSL, RabbitMQ, Elasticsearch, Cordova, Neo4j, Elgg, Node.js, MongoDB, Redis, WebRTC, Socket.io, TinyMCE, Ionic, Requirejs, OAuth, Apigen, Braintree. If any are missing please feel free to add.
Copyright Minds 2012 - 2017
Copyright for portions of Minds are held by Elgg, 2013 as part of the Elgg project. All other copyright for Minds is held by Minds, Inc.