MicroCommunity is a project that aims to build an open source social networking platform, built as a modular system where developers can mix plugins supporting features such as diverse content types production, content organization and curation and collaboration styles. The goal is to make it easy for developers easily create dedicated platforms that encourage content production and knowledge exchange in small-scale communities, or MicroCommunities! We think that those communities for a majority in the online Arab community.
[MicroCommunity API] (https://github.com/wikitechie/microcommunity/wiki/API)
sudo apt-get install mongodb-server
create a configuration file
sudo mkdir -p /data/db/
sudo chown `id -u` /data/db
#for the first time
git clone [email protected]:wikitechie/microcommunity.git
cd microcommunity
npm install -d
./start
Running this command will generate 'client-built' folder which could be served instead of 'client'.
./build