All Projects → roboticslab-uc3m → installation-guides

roboticslab-uc3m / installation-guides

Licence: other
Centralized administration of dependency installation guides.

Programming Languages

CMake
9771 projects
CSS
56736 projects

Projects that are alternatives of or similar to installation-guides

BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (+98.31%)
Mutual labels:  gitbook
qv2ray.github.io
🌟 Qv2ray 项目官方文档 🌟 ,使用 Vuepress / Markdown, 欢迎帮助完善 & 提交 PR!
Stars: ✭ 71 (+20.34%)
Mutual labels:  manual
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-67.8%)
Mutual labels:  gitbook
vim-php-manual
PHP Manual for Vim
Stars: ✭ 73 (+23.73%)
Mutual labels:  manual
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (-55.93%)
Mutual labels:  gitbook
whitepaper
The Fission Technical Whitepaper
Stars: ✭ 15 (-74.58%)
Mutual labels:  gitbook
scalaz-docs
Scalaz Japanese Documentation
Stars: ✭ 21 (-64.41%)
Mutual labels:  gitbook
soldoc
A solidity documentation generator, based in NatSpec format. 📃 with standalone HTML, pdf, gitbook and docsify output ✏️ just plug and play.
Stars: ✭ 54 (-8.47%)
Mutual labels:  gitbook
haskell-for-typescript-devs
Onboarding Material: Haskell for TypeScript Developers
Stars: ✭ 37 (-37.29%)
Mutual labels:  gitbook
ktor-API-examples
Examples with ktor to create an API REST
Stars: ✭ 23 (-61.02%)
Mutual labels:  manual
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-66.1%)
Mutual labels:  gitbook
acala-wiki
Acala GitBook Wiki, https://wiki.acala.network
Stars: ✭ 22 (-62.71%)
Mutual labels:  gitbook
clojure-learning-notes
Clojure学习笔记
Stars: ✭ 15 (-74.58%)
Mutual labels:  gitbook
Manual-Iniciante-JavaScript
📗 📒 (PT-BR Tradução) 2020 Edition
Stars: ✭ 33 (-44.07%)
Mutual labels:  manual
gitbook-plugin-atoc
A TOC plugin for GitBook
Stars: ✭ 22 (-62.71%)
Mutual labels:  gitbook
lsdj-doc
Documentation for Little Sound Dj (LSDj), the Game Boy music program
Stars: ✭ 27 (-54.24%)
Mutual labels:  manual
plugin-disqus
Disqus comments on your books
Stars: ✭ 49 (-16.95%)
Mutual labels:  gitbook
Hangfire.MissionControl
A plugin for Hangfire that enables you to launch jobs manually.
Stars: ✭ 51 (-13.56%)
Mutual labels:  manual
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (+159.32%)
Mutual labels:  gitbook
nodejs
⛳ Node.js 应用开发课程资料
Stars: ✭ 14 (-76.27%)
Mutual labels:  gitbook

roboticslab-uc3m logo

Installation Guides

Installation Guides @ roboticslab-uc3m

Currently hosted at https://robots.uc3m.es/installation-guides/

If you have any doubts or comments

Please read the Developer Manual's Asking Questions section, and once you've succeded with its self-evaluation follow the recommendations by commenting publicly HERE if required

How-To's

How to serve on localhost

It is useful to serve on localhost to modify the website and see changes locally.

Note: This specific repository is different, it uses a SUMMARY.md that is auto-generated via scripts/admin/update-gitbook.sh. For general guides refer to install-gitbook.

  1. Make sure you have installed gitbook-summary.

  2. To serve, from the root of the project, run: ./scripts/admin/gitbook-local-serve.sh

  3. You can now browse the site at the default location: http://127.0.0.1:4000

  4. To clean, (recover .gitignore to its previous state, remove generated SUMMARY.md), run: ./scripts/admin/gitbook-local-clean.sh

How to upload changes to GitHub

This project is managed as any project on GitHub. You may use Git or even the GitHub web interface, both on which you can find many tutorials online. The following points are specific to the Gitbook (legacy) mechanism used:

  1. Please do not upload the _book/ folder. It is auto-generated locally, and the same should happen on the Gitbook (legacy) servers. For this repository, do not upload the SUMMARY.md file.

  2. It is safe to git push to any upstream branch, just remember that what is on master is what will be actually rendered as the website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].