Giter Site home page Giter Site logo

lucas-developer / ppnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pixelpark/ppnet

0.0 2.0 0.0 16.09 MB

This service can be used to create a social network, either temporarily or permanently for a group of users

Home Page: http://wiki.mediafi.org/doku.php/ficontent.common.enabler.socialnetwork

License: MIT License

Makefile 0.04% HTML 1.28% JavaScript 97.51% CSS 0.96% Shell 0.12% Ruby 0.03% Nginx 0.07%

ppnet's Introduction

PPnet

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). A demo is available here.

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:

  1. simply download the zip file of this repository,
  2. navigate to the www directory (cd www)
  3. start a web server right there (python -m SimpleHTTPServer or python3 -m http.server )
  4. 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

ppnet's People

Contributors

tobiasrotter avatar philreinking avatar dirkk0 avatar teawithfruit avatar kordless avatar hertho avatar luebken avatar basti280482 avatar mlopezr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.