Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Fix some typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msdundar committed Mar 25, 2019
1 parent b51790f commit 7843257
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![Security](https://hakiri.io/projects/cf546402fb7117/stacks/622121c74c17f4/622121c74c17f4.svg?repo_token=xo-yGdqDKXvCf-jypXd-)](https://hakiri.io/projects/cf546402fb7117/stacks/622121c74c17f4/shield)
[![Known Vulnerabilities](https://snyk.io/test/github/omu/nokul/badge.svg)](https://snyk.io/test/github/omu/nokul)


[Nokul](https://github.com/omu/nokul) aims to become a complete solution for universities that face many challanges while trying to manage all the complex procedures of a university online.

Dealing with ill-structured processes of a university is hard, especially when they backed with complex legal procedures. Many universities facing similar issues when it comes to automating things, and moving face-to-face operations to online. Nokul aims to remediate these wounds by taking a Turkish university with more than 70 web services, 50K students and 4K employees as a case.
Expand Down
10 changes: 4 additions & 6 deletions doc/development/app-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ Bağımlılıklar güncellenirken hem nokul uygulamasının, hem de içerdiği p

```bash
bundle update
cd plugins/support && bundle update
cd plugins/tenant/common && bundle update
cd plugins/tenant/omu && bundle update
cd plugins/support && bundle update && cd -
cd plugins/tenant/common && bundle update && cd -
cd plugins/tenant/omu && bundle update && cd -
```

Version Bump
------------

```ruby
rails release:bump
```
`app.json` dosyasından uygulama sürümünü güncelleyin.
2 changes: 1 addition & 1 deletion doc/development/test-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: M. Serhat Dundar
Test Coverage
=============

Currently coverage reports are being send to Codacy automatically in CI environment. If you would like to generate a
Currently, coverage reports are being sent to Codacy automatically in CI environment. If you would like to generate a
local report for yourself (using SimpleCov), you simply need to run tests and view the generated file in
`coverage/index.html.erb`:

Expand Down
8 changes: 0 additions & 8 deletions doc/development/third-parties.md

This file was deleted.

0 comments on commit 7843257

Please sign in to comment.