Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linaro/msm
Qualcomm mainline status
https://github.com/linaro/msm
Last synced: about 4 hours ago
JSON representation
Qualcomm mainline status
- Host: GitHub
- URL: https://github.com/linaro/msm
- Owner: Linaro
- Created: 2023-01-20T04:56:42.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-22T08:22:10.000Z (26 days ago)
- Last Synced: 2024-10-23T12:10:32.627Z (25 days ago)
- Language: Python
- Homepage: https://linaro.github.io/msm/
- Size: 516 KB
- Stars: 18
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A set of GitHub pages describing the status of various Qualcomm platforms.
## Testing it locally
- Install Ruby and bundler:
```bash
sudo apt install bundler
```- Setup bundler to use user path for all the storage:
```bash
bundle config set --local path ~/.local/lib/
```- Install all the dependencies:
```bash
bundle install
```- Just rebuild the data:
```
./regen.py
bundle exec jekyll build
```
Now you can check the HTML data built in `./_site/`.- Or execute a local Jekyll server, providing an ongoing preview:
```bash
bundle exec jekyll serve
```Now you can open [localhost:4000](http://127.0.0.1:4000/msm/) with your Web
browser. Jekyll will automatically regenerate the pages if any of the source
files changes.