/countach

N2O Based Social App Store

Primary LanguageErlang

Synrc Countach

N2O based Collaboration Social system and Extended Store Application. This is richfull production ready App Store sample with AVZ, KVS and FEEDS usage examples. Based on VOXOZ Erlang Cloud Platform and Application Services.

Prerequisites

Install

$ make
$ make start
$ make attach

If something goes wrong you need to boot directly into console (bypass start and attach)

$ make console

And debug the output. For full list of make options please refer to https://github.com/synrc/otp.mk/

Database Initialization

Then in Erlang console you should init the DB.

kvs:join(). kvs:initialize(). kvs:init_db().

Login using Google+ account (only G+ allow to login using localhost).

admin:grant("yourname@gmail.com").

You are ready to go.

Node Tools for Designers

For generating CSS scripts from LESS and LESS developing you should install node tools:

$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:richarvey/nodejs
$ sudo apt-get update
$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ sudo npm install uglify-js -g

Credits

  • Andrii Zadorozhnii
  • Maxim Sokhatsky

OM A HUM