Skip to content

itsikm/qa-project

 
 

Repository files navigation

Dependencies Status devDependency Status Build Status

Bitdeli Badge

prerequirements

node & npm our project uses node to run. please make sure command node and npm exists before you try to run

ruby & gem since our project uses compass, you will also need ruby and gem installed on your comptuer

project to clone

git clone https://github.com/guy-mograbi-at-gigaspaces/qa-project.git
cd qa-project

setup setps

for ubuntu

simply run

./setup.sh

for mac

you should follow the setup.sh script and do what it does. basically it does the following

  • run npm install -g grunt-cli - to install the grunt command
  • run npm install -g bower - to install the bower command
  • run gem install compass - to install the compass command
  • run npm install - to install project backend dependencies
  • run bower install - to install project frontend dependencies
  • run grunt to build the project including css files

configure and run

Create ‘backend/dev’ folder & add conf.js file:

module.exports = {
    "testResultsDB" : {
        "user" : "__mysql_username__", 
        "host":"__mysql_hostname__", 
        "port":"__mysql_port__", 
        "database":"__mysql_db__"
    },
    "s3":[],
    "metricDB" : {}
};

Then run NodeJS:

node server.js

About

reincarnation of qa-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • CSS 15.9%
  • Shell 1.4%