Git Product home page Git Product logo

tesera-notifier's Introduction

Установка окружения

Для начала работы потребуются такие инструменты:

  1. git
  2. git-flow (необязательно, но желательно)
  3. python
  4. kango (http://kangoextensions.com)
  5. node.js (http://nodejs.org)
  6. nunjucks (http://nunjucks.jlongster.com)

Последние два пункта нужны только в случае внесения изменений в шаблоны попапов.

Порядок развёртывания.

  1. Устанавливаем в систему git и python.

  2. Скачиваем kango (http://kangoextensions.com/kango/kango-framework-latest.zip), распаковываем его куда-то в систему, таким образом, чтобы иметь доступ к kango.py как к исполняемому скрипту.

Для POSIX, к примеру:

Распаковываем в ~/.bin/kango_lib/ В /.bashrc дописываем PATH=/.bin/kango_lib/:$PATH Делаем

chmod +x kango.py

  1. Устанавливаем node.js.
  2. Устанавливаем nunjucks:

npm install -g nunjucks

  1. Стягиваем репозиторий

git clone [email protected]:SkAZi/tesera.git

  1. Переключаемся в develop

git checkout develop

  1. Инициализируем flow

git flow init

Можно начинать работать.

Компиляция проекта

Если вносились изменения в шаблоны попапа (templates/*)

nunjucks-precompile src/common/templates > src/common/js/templates.js

Из папки с проектом:

kango.py build .

Структура репозитория

Полностью по схеме flow (http://habrahabr.ru/post/147260/).

Если коротко — в develop вся разработка, в master – релизы, любая новая функциональность в отдельной ветке начинающейся с feature/.

tesera-notifier's People

Contributors

skazi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.