PPnet alternatives and similar software solutions
Based on the "Social Networks and Forums" category.
Alternatively, view PPnet alternatives based on common mentions on social networks and blogs.
-
Mastodon
Your self-hosted, globally interconnected microblogging community -
Reddit
Social networking and news website where registered community members can submit content. -
Telescope
π A toolkit to quickly build apps with React, GraphQL & Meteor -
HumHub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules. -
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). -
Vanilla Forums
Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community. -
phpBB
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2. -
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive. -
OSSN
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages. -
Talkyard
A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments. -
Simple Machines Forum
Simple Machines Forum β SMF in short β is free and open-source community forum software, delivering professional grade features in a 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. -
FluxBB
FluxBB is a fast, light, user-friendly forum application for your website. -
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation. -
Jappix
:speech_balloon: Jappix, a full-featured XMPP web-client (Jappix Desktop, Jappix Mobile & Jappix Mini). -
Satellity
Yet another open source forum written in Golang, React and PostgreSQL. -
twtxt.net
π twtxt is a Self-Hosted, Twitterβ’-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -
BuddyPress
BuddyPress DEVELOPMENT repo. This repository is just a mirror of the development SVN at https://buddypress.svn.wordpress.org/. Please include a link to a pre-existing ticket on https://buddypress.trac.wordpress.org/ with every pull request. -
Human-Connection
Free and open-source social network for active citizenship. -
GNU social
GNU social is social communication software for both public and private communications. -
RedMatrix
Complete decentralised publishing, sharing, and communications system. -
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Updating dependencies is time-consuming.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PPnet or a related project?
Popular Comparisons
README
PPnet
March, 2018: This project is not maintained any more!
What is this?
"We need something like Facebook, but just not Facebook." If you heard that from your client, or thought that yourself, PPnet might be for you.
Create and host your own social network. With some simple steps you can get it in less then 15 minutes. This project is partly funded by the Europian Union through the FI-CONTENT.
Version 2.0
PPnet is built as a single page application (SPA) in the JavaScript framework AngularJS, and uses a PouchDB/CouchDB combination for data synchronisation. The nice thing about this architecture is that you only need a CouchDB as a server side component (plus a simple HTTP Server) and that it works in online/offline mode. Additionally, it can authenticate against OAuth2 comaptible providers (like KeyRock).
Installation
tl;dr
Build the project
gem install compass
git clone https://github.com/pixelpark/ppnet
cd ppnet
npm install -g gulp bower
npm install
bower install
gulp
Build the Phonegap/Cordova App
The project must be build.
gulp build
cordova platform add android
cordova platform add ios
phonegap plugin add org.apache.cordova.device-orientation
phonegap plugin add org.apache.cordova.file
phonegap plugin add org.apache.cordova.file-transfer
phonegap plugin add org.apache.cordova.device
phonegap plugin add org.apache.cordova.camera
phonegap plugin add org.apache.cordova.statusbar
phonegap plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
phonegap plugin add https://github.com/apache/cordova-plugin-whitelist.git
phonegap build android
phonegap run android
Docker
To get ppnet running in three simple steps with docker, you have to do this.
git clone https://github.com/pixelpark/ppnet .
docker build -t pixelpark/ppnet .
docker run -d -p 8000:80 pixelpark/ppnet
Giant Swarm
If you are familiar with Docker, you are just one step away from your PPnet running - you will find it in this README.
It should be noted that we built the Docker environment in collaboration with the friendly people from Giant Swarm. Their startup is based on the idea of handling Docker containers in a simple way.
Steps for a simple quickstart
If you don't want to go through the hassle of installing development tools you can test PPnet by following these steps:
- simply download the zip file of this repository,
- navigate to the www directory (
cd www
) - start a web server right there (
python -m SimpleHTTPServer
orpython3 -m http.server
) - Navigate to
http://localhost:8000
You should see PPnet with that latest entries of our test database.
To connect to your own database, you only need to change the remote
entry in the config file to a running, CORS enabled CouchDB.
Changing this is the minimum thing you want to do to create your own database for your own social network. You will want to change the other entries too, to change the name of the application, the default location and so forth.
Server / Proxy
If you want to run PPnet behind a Proxy, especially the connection to the CouchDB, you should use server.js. You find the file and a readme in the folder "server".
Video
There is a somewhat outdated video of PPnet in action which will updated soon.
Build
You can find more build instructions here.
FAQ
The FAQ is here.
Team
- Tobias Rotter (@tobiasrotter)
- Philipp Reinking (@PhilReinking)
- Dirk Krause (@dirkk0)
- Daniel Pritzkau (@teawithfruit)
- Markus Neuy (@markusneuy)