Old version of Comunic
Go to file
Pierre Hubert 990540b2b9 First commit 2016-11-19 12:08:12 +01:00
3rdparty First commit 2016-11-19 12:08:12 +01:00
assets First commit 2016-11-19 12:08:12 +01:00
developer First commit 2016-11-19 12:08:12 +01:00
doc First commit 2016-11-19 12:08:12 +01:00
inc First commit 2016-11-19 12:08:12 +01:00
minifyurl First commit 2016-11-19 12:08:12 +01:00
tools First commit 2016-11-19 12:08:12 +01:00
.gitignore First commit 2016-11-19 12:08:12 +01:00
.htaccess First commit 2016-11-19 12:08:12 +01:00
README.md First commit 2016-11-19 12:08:12 +01:00
acceuil-aide-en.html First commit 2016-11-19 12:08:12 +01:00
acceuil-aide-fr.html First commit 2016-11-19 12:08:12 +01:00
action.php First commit 2016-11-19 12:08:12 +01:00
aide.php First commit 2016-11-19 12:08:12 +01:00
amis.php First commit 2016-11-19 12:08:12 +01:00
api.php First commit 2016-11-19 12:08:12 +01:00
archive_private_chat.php First commit 2016-11-19 12:08:12 +01:00
browserconfig.xml First commit 2016-11-19 12:08:12 +01:00
chat.php First commit 2016-11-19 12:08:12 +01:00
commentaire.php First commit 2016-11-19 12:08:12 +01:00
connecter.php First commit 2016-11-19 12:08:12 +01:00
connexiondb.php First commit 2016-11-19 12:08:12 +01:00
creercompte.php First commit 2016-11-19 12:08:12 +01:00
deconnexion.php First commit 2016-11-19 12:08:12 +01:00
exportdonnees.php First commit 2016-11-19 12:08:12 +01:00
galerie_videos.php First commit 2016-11-19 12:08:12 +01:00
galerieimages.php First commit 2016-11-19 12:08:12 +01:00
imgcommentaire.php First commit 2016-11-19 12:08:12 +01:00
index.php First commit 2016-11-19 12:08:12 +01:00
listeamis.php First commit 2016-11-19 12:08:12 +01:00
messagerie.php First commit 2016-11-19 12:08:12 +01:00
notification.php First commit 2016-11-19 12:08:12 +01:00
notification_old.php First commit 2016-11-19 12:08:12 +01:00
parametres.php First commit 2016-11-19 12:08:12 +01:00
privatechat.php First commit 2016-11-19 12:08:12 +01:00
r.php First commit 2016-11-19 12:08:12 +01:00
robots.txt First commit 2016-11-19 12:08:12 +01:00
rss.php First commit 2016-11-19 12:08:12 +01:00
securite.php First commit 2016-11-19 12:08:12 +01:00
sitemap.xml First commit 2016-11-19 12:08:12 +01:00
solvepassword.php First commit 2016-11-19 12:08:12 +01:00
suppcompte.php First commit 2016-11-19 12:08:12 +01:00

README.md

Comunic

What is Comunic ?

Comunic is an open-source social network. Its goal is to respect people's privacy, and to be an alternative to big social networks such as Facebook or Twitter. This project has been created by Pierre HUBERT with the help of some of his friends and of frameworks, you will find more details about this at http://communiquons.org/about.php

Today, the structure of Comunic has to be improved. This is the current goal for the evolution of the website. Don't hesitate to help us !

Installation

Comunic requires some softwares to works; to install them you can type the following lines (in Ubuntu 16.04 and similar operating systems)

sudo apt-get install php7.0 php7.0-mysql mysql myqsl-server php7.0-zip php7.0-gd apache2 libapache2-mod-php7

To make Comunic operationnal, you will need to create a database and import the sql file contained in the admin2260 directory.

Then you will need to use the file conf.php of the same directory to specify the right website's URL, and configure all the available options. https is supported by the service.

Official documentation

The official documentation of Comunic can be found at http://communiquons.org/developper