Analyze Solar Surface -> This is an application over BrighterLink Platform
- Make sure you installed Ruby, Python 2.7.x.
- Install
compass
,sass
gems using this commandgem install compass sass
. - Install
bower
,gulp
npm packages globally using this commandnpm install -g bower gulp
. - Make sure that you can install
node-gyp
packages following installation instruction in here https://github.com/TooTallNate/node-gyp. npm install
(Make sure you don't have any installation error. If you get error, try to reach Georgiy Pankov( [email protected]) or Ivan Vesely([email protected]) to get help.gulp
.- add all env vars from ./docker/envvars file to your env vars.
- clone the git submodule following below steps.
cd core
git submodule init
git submodule update
npm install
- Make sure you're running
Redis
andMongoDB Server
. npm start
inASSurf
repo.
- that application will not have login/setpassword pages.
So, for login you will need run
Core
project and login in normal way and then runASSurf
. - Any config parameters add to ./docker/envvars file instead of /config/global.json
- If on server you need use
mongoose
module, please reference it fromCore/node_modules/mongoose
.
.docker/
envvars
config/
global.json
cloud/
core/
models/
views/
routes/
utils/
main.js --> entry point of the app
core/ --> it includes Core repo as git submodule
client/
app/
controllers/
directives/
services/
filters/
templates/
app.js
assets/
css/
scss/
images/
fonts/
vendor/ --> here are bower components)
tasks/ --> all gulp tasks are here
package.json
config.rb
gulpfile.js
bower.json
README.md