Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaleidos-ventures/taiga-support
User support pages for Taiga
https://github.com/kaleidos-ventures/taiga-support
Last synced: about 1 month ago
JSON representation
User support pages for Taiga
- Host: GitHub
- URL: https://github.com/kaleidos-ventures/taiga-support
- Owner: kaleidos-ventures
- License: other
- Archived: true
- Created: 2015-10-15T09:19:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T23:44:19.000Z (almost 4 years ago)
- Last Synced: 2024-09-01T14:02:47.020Z (3 months ago)
- Language: SCSS
- Homepage: https://tree.taiga.io/support/
- Size: 8.92 MB
- Stars: 40
- Watchers: 15
- Forks: 39
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - kaleidos-ventures/taiga-support - User support pages for Taiga (others)
README
# Taiga-support
[![Kaleidos Project](http://kaleidos.net/static/img/badge.png)](https://github.com/kaleidos "Kaleidos Project")
[![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/taiga/ "Managed with Taiga.io")
[![Build Status](https://img.shields.io/travis/taigaio/taiga-support.svg)](https://travis-ci.org/taigaio/taiga-support "Build Status")User support pages for Taiga.
#### Envs
- **Stable** (Production Env): [https://tree.taiga.io/support/](https://tree.taiga.io/support/)
- **Dev** (Test Env): [https://taigaio.github.io/taiga-support/](https://taigaio.github.io/taiga-support/)#### 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](https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md).