Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
##############################################################
#
# List of approvers/reviewers for EVOKS
#
##############################################################
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#

# These owners will be the default owners for everything in the repo.
* @FelixFrizzy
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It allows you to:
- create a SKOS vocabulary from scratch
- import SKOS vocabularies in RDF/XML or Turtle format
- edit SKOS vocabularies without using its textual representation
- work collaborativley
- work collaboratively
- publish the vocabulary with a single click in the vocabulary browser [SKOSMOS](https://www.skosmos.org)

# Note
Expand Down Expand Up @@ -40,7 +40,7 @@ The main way to install EVOKS and its depending services is to build and run the
```
2. Copy .example.env and rename to .env
3. Open .env and change the variables if desired, see
[Overview of variables](##Variables).
[Overview of variables](#variables).

**Caution** Change of Fuseki and Postgres credentials is strongly recommended, especially if it will be accessible from outside

Expand Down Expand Up @@ -110,7 +110,7 @@ Most of the email providers (e.g. Gmail) do not accept Less Secure Apps by defau

## Bypass proxy setup for direct access to services and enable Django debug mode:
- Open .env file
- Adjust all variables marked as "(Developers only)" in the [Overview of variables](##Variables).
- Adjust all variables marked as "(Developers only)" in the [Overview of variables](#variables).
`docker compose -f docker-compose.yml -f docker-compose.dev.yml up`


Expand Down
Loading