forked from oyd/guvenlik
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
727 B
35 lines
727 B
4 years ago
|
# Özgür Yazılım Derneği Güvenlik Rehberi
|
||
|
|
||
|
Bu depo, [https://guvenlik.oyd.org.tr] adresinde bulunan Güvenlik Rehberi'ni içerir.
|
||
|
|
||
|
## Kullanım ve test
|
||
|
|
||
|
Güvenlik Rehberi, [mdBook](https://github.com/rust-lang/mdBook) ile oluşturulmuştur.
|
||
|
|
||
|
mdBook kurulumu:
|
||
|
|
||
|
```
|
||
|
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz -o mdbook.tar.gz
|
||
|
tar xzvf mdbook.tar.gz
|
||
|
sudo mv mdbook /usr/local/bin/
|
||
|
```
|
||
|
|
||
|
Yerel test:
|
||
|
|
||
|
```
|
||
|
git clone https://git.oyd.org.tr/oyd/guvenlik.git
|
||
|
cd guvenlik
|
||
|
mdbook serve
|
||
|
```
|
||
|
|
||
|
Deployment:
|
||
|
|
||
|
## Katkıda bulunanlar
|
||
|
|
||
|
TODO
|
||
|
|
||
|
## Lisans
|
||
|
|
||
|
|
||
|
[![CC BY-SA 4.0][https://licensebuttons.net/l/by-sa/4.0/88x31.png]][http://creativecommons.org/licenses/by-sa/4.0/]
|