Skip to content

Commit

Permalink
Update address WRT repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Mar 27, 2024
1 parent ec6f21b commit a779c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Makovec is a simple [Laravel](https://www.laravel.com)-based web application to manage devices not using 802.1X to connect to local area network (LAN) in CESNET's Telehouse offices.

[![Actions Status](https://github.com/JanOppolzer/makovec/workflows/Laravel/badge.svg)](https://github.com/JanOppolzer/makovec/actions)
[![Actions Status](https://github.com/CESNET/makovec/workflows/Laravel/badge.svg)](https://github.com/CESNET/makovec/actions)

## Requirements

Expand Down Expand Up @@ -135,7 +135,7 @@ The destination host should be running Ubuntu 22.04 LTS (Jammy Jellyfish) with P
Clone this repository:

```bash
git clone https://github.com/JanOppolzer/makovec
git clone https://github.com/CESNET/makovec
```

Install PHP dependencies:
Expand Down Expand Up @@ -187,7 +187,7 @@ There is one downside with stories, though. If your SSH agent requests confirmin
To run this application locally for development, the easiest way is via Laravel Sail.

```bash
git clone https://github.com/JanOppolzer/makovec
git clone https://github.com/CESNET/makovec
cd makovec
composer install
cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion envoy.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET_SERVER=server.example.org
TARGET_USER=web
TARGET_DIR=makovec

REPOSITORY=https://github.com/JanOppolzer/makovec
REPOSITORY=https://github.com/CESNET/makovec

APP_NAME=Makovec
APP_ENV=production
Expand Down

0 comments on commit a779c65

Please sign in to comment.