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.
-
Reddit
DISCONTINUED. Social networking and news website where registered community members can submit content. -
HumHub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules. -
Patchwork
DISCONTINUED. A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). -
Vanilla Forums
DISCONTINUED. Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community. [GET https://api.github.com/repos/vanilla/vanilla: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
phpBB
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2. -
OSSN
Open Source Social Network (OSSN) is a powerful open-source social networking software developed in PHP. It enables you to create a fully functional social networking website that fosters community engagement and helps your members form meaningful social relationships. -
Talkyard
A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments. -
Hubzilla
DISCONTINUED. Social hub that speaks ActivityPub, Diaspora* and even StatusNet. Also offers webpages, calendar, filesharing, nomadic profiles and very granular access control. -
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! -
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation. -
Jappix
DISCONTINUED. :speech_balloon: Jappix, a full-featured XMPP web-client (Jappix Desktop, Jappix Mobile & Jappix Mini). -
twtxt.net
DISCONTINUED. π twtxt is a Self-Hosted, Twitterβ’-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -
'Friend OS v1.3.0, "Helium"
FriendOS is a free web based platform that runs in your browser. It allows you to work and play, collaboratively, across devices. -
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. -
GNU social
DISCONTINUED. GNU social is social communication software for both public and private communications.
SaaSHub - Software Alternatives and Reviews
* 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 SimpleHTTPServerorpython3 -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 remoteentry 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)