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.
- Erlang R16: sudo apt-get install erlang
- Rebar: https://github.com/proger/rebar
- inotify Tools: sudo apt-get install inotify-tools
$ 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/
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.
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
- Andrii Zadorozhnii
- Maxim Sokhatsky
OM A HUM