https://github.com/osbi/saiku_community_website
https://community.meteorite.bi
https://github.com/osbi/saiku_community_website
Last synced: about 1 year ago
JSON representation
https://community.meteorite.bi
- Host: GitHub
- URL: https://github.com/osbi/saiku_community_website
- Owner: OSBI
- License: apache-2.0
- Created: 2014-08-28T13:26:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:23:37.000Z (over 3 years ago)
- Last Synced: 2025-03-30T09:23:11.632Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 4
- Watchers: 8
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [community.meteorite.bi](http://community.meteorite.bi/)
[](http://community.meteorite.bi/)
This repository contains the source code of the website [community.meteorite.bi](http://community.meteorite.bi/). If you're looking for the source code of the project, check the official [Saiku](https://github.com/OSBI/saiku) repository.
## Getting Started
### Installation
First of all, install the dependencies to run this website.
- [NodeJS](http://nodejs.org/)
- [GulpJS](http://gulpjs.com/)
```sh
# Clone this repository
$ git clone git@github.com:OSBI/saiku_community_website.git
$ cd saiku_community_website
# install dependencies
$ yarn (or npm i)
# run tasks and serve
$ gulp
```
### Tasks
- `gulp`: Initialize watch for changes and a server ([localhost:3000](http://localhost:3000/));
- `gulp build`: Build website;
- `gulp assets-install`: Call to install assets;
- `gulp copy-files`: Call to copy files;
- `gulp copy-docs`: Call Copy `docs/` folder;
- `gulp js`: Execute js files;
- `gulp stylus`: Compile stylus files;
- `gulp imagemin`: Compress image files;
- `gulp watch`: Call to watch files;
- `gulp jade`: Compile jade files;
- `gulp favicon-install`: Call to generate favicon;
- `gulp browser-sync`: Serve files from `/www/`.
### How to use the `Dockerfile` :whale:
You can then build and run the Docker image:
```sh
$ docker build -t saiku-community-website .
$ docker run -d saiku-community-website
```
## Browser Support
We do care about it.
 |  |  |  | 
--- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
## Contributing
If you want to help, please read the [Contributing](https://github.com/OSBI/saiku_community_website/blob/master/CONTRIBUTING.md) guide.
## History
For detailed changelog, see [Releases](https://github.com/OSBI/saiku_community_website/releases).
## License
[Apache License Version 2](https://github.com/OSBI/saiku_community_website/blob/master/LICENSE) © [Meteorite BI](http://www.meteorite.bi/)