Skip to content

zrayev/CheDream2

 
 

Repository files navigation

CheDream Build Status Scrutinizer Quality Score

!DEPRECATED!

For js deps use:

  • node v0.10.29
  • bower@1.3.8
  • less@1.7.4

Chedream - This is an open source project for the Cherkasy city administration. The project is developed through the efforts of the project Geekhub

##Installation

  1. Clone project to your local place

    git clone https://github.com/geekhub-php/CheDream2.git /path
  2. Install Node.js Download sources from official web site

    • Extract node.js archive to your local directory

    • Run terminal and go to extracted node.js directory

    • Enter next commands

      ./configure
      make
      make install
  3. In terminal enter next command for create sym link

    ln -s /usr/bin/node /usr/local/bin/node
  4. Install global less module for node.js

    npm -g install less
  5. Install global Bower (the browser package manager)

    npm -g install bower
  6. Expand you project, enter in web_root/path/to/you/project/web next command and answer configuration questions:

    sh bin/reload.sh
  7. That all.

Tests

Use this command for run tests:

sudo sh bin/tests.sh

Api documentation

http://chedream.local/api/doc/

Bug tracking

Chedream uses GitHub issues. If you have found bug, please create an issue.

Authors

Chedream was originally created by Geekhub Project Team.

Packages

No packages published

Languages

  • CSS 42.7%
  • PHP 30.1%
  • HTML 14.4%
  • JavaScript 10.9%
  • Gherkin 1.3%
  • Shell 0.4%
  • ApacheConf 0.2%