KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
redmine-guide-ja
★ 12
Open GitHub ↗
Redmine Guide 日本語訳 webサイトのソースコードです。
Download README (.md)
Explore Similar Repositories
zimbra-net_snmp-extension
:
How to monitor a Zimbra Collaboration Environment using pflogsumm and NET-SNMP-EXTEND
shARP_2.0
:
shARP_2.0 is an updated version for shARP with more options for better performance.
operation-prediction
:
Takes a question predicts the operation between them
PreprocessingBenchmarkDatasets
:
No description available.
docs
:
Learn on Demand Systems (LODS) is now Skillable.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
redmine-guide-ja
?
Download (.md)
Redmineガイド ============= Webサイト「Redmineガイド」 <http://guide.redmine.jp/> のソースコードです。ドキュメント生成ツール [MkDocs](http://www.mkdocs.org/) を使っています。 MkDocsのインストール -------------------- Pythonがインストールされている環境で、Pythonのパッケージ管理システム `pip` を使ってインストールしてください。 ``` sudo pip install mkdocs ``` ローカル環境での閲覧 -------------------- `redmine-guide-ja` のディレクトリに移動して `mkdocs serve` を実行するとWebサーバが立ち上がります。Webブラウザで <http://localhost:8000> にアクセスすればドキュメントを閲覧できます。 ``` mkdocs serve ``` ソースコードを更新すると、Webブラウザで閲覧中のドキュメントも自動的に更新されます。 HTMLの生成 ---------- `mkdocs build` コマンドを実行すると `sites` ディレクトリ以下に公開用のHTMLが生成されます。 ``` mkdocs build ``` 関連情報 -------- * [ドキュメント生成ツール「MkDocs」でRedmine Guide日本語訳のWebサイトを作ってみた](https://www.farend.co.jp/blog/2017/10/redmine-guide-migration-to-mkdocs/) --- Copyright (C) [ファーエンドテクノロジー株式会社](https://www.farend.co.jp/) [クリエイティブ・コモンズ・ライセンス 表示 - 継承 4.0 国際 (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/deed.ja)