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

Commit

Permalink
Update README.md (#129)
Browse files Browse the repository at this point in the history
* Update README.md

* s/LICENCE/LICENSE
  • Loading branch information
sinansh authored and isubas committed Jul 20, 2018
1 parent 8222744 commit b322c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export SECRET_KEY_BASE=GENERATED_SECRET_VALUE

## HowTo

See [Wiki pages](https://github.com/omu/nokul-bati/wiki) for how-to documents.
See [Wiki pages](https://github.com/omu/nokul/wiki) for how-to documents.

## Code Quality

Expand Down Expand Up @@ -97,11 +97,13 @@ rake test

## Rake Tasks

- [OPTIONAL]. `setup` or `seed` already does it, but if you want to externally create YOKSIS references and departments inside your app, run the tasks shown below:
- [OPTIONAL]. `setup` or `seed` already does it, but if you want to externally create YOKSIS references, departments, country codes and academic staffs inside your app, run the tasks shown below:

```bash
rake yoksis:fetch_references
rake yoksis:fetch_academic_staff
rake yoksis:import_departments
rake yoksis:import_yoksis_country_codes
```

* `fetch` prefix has used for API operations, `import` prefix has used for local CSV importing operations.
Expand Down

0 comments on commit b322c5a

Please sign in to comment.