Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (41 loc) · 1.51 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.51 KB

Taiga-support

Kaleidos Project Managed with Taiga.io Build Status

User support pages for Taiga.

Envs

Setup

You need:

  • python 2.7

  • node >= 5.0

  • ruby

  • virtualenvwraper

  • Install Lektor

mkvirtualenv -p /usr/bin/python2.7 taiga-support
pip install -r requirements.txt
  • SASS (need ruby)
gem install sass
export PATH=":$PATH:$(ruby -e "print Gem.user_dir")/bin"
sass -v             # should return something like 'Sass 3.4.11 (Selective Steve)'
  • Install Webpack
cd taiga-support/webpack
npm install

Commands

lektor server -f webpack : Run the dev server.

lektor build -f webpack : Build the web site.

lektor deploy ghpages : [CI Enabled] Deploy in GitHub Pages.

lektor clean : Cleans the entire build folder.

Code of Conduct

Help us keep the Taiga Community open and inclusive. Please read and follow our Code of Conduct.