Skip to content

Commit 56666fe

Browse files
committed
Updated readme
1 parent 38ec828 commit 56666fe

File tree

3 files changed

+10
-143
lines changed

3 files changed

+10
-143
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 92 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,25 @@ We've gone to great lengths to adhere to the [Golang/Fiber](https://gofiber.io)
1212

1313
For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.
1414

15+
# InterSystems IRIS
16+
17+
[Original project](https://github.com/caretdev/golang-fiber-iris-realworld-example-app) were slighltly adopted to work with [InterSystems IRIS](https://www.intersystems.com/products/intersystems-iris/)
1518

1619
## Quick start
1720

1821
Before quick start you must install [docker](https://www.docker.com), [docker-compose](https://docs.docker.com/compose/) and [Git](https://git-scm.com/).
1922

20-
**Starts ready docker container**
21-
22-
```bash
23-
mkdir database && chmod o+w ./database && docker run -d -p 8585:8585 -v $(pwd)/database:/myapp/database alpody/golang-fiber-real-world
24-
```
25-
2623
**Builds and tests**
2724

2825
```bash
29-
git clone https://github.com/alpody/golang-fiber-realworld-example-app.git
30-
cd golang-fiber-realworld-example-app
31-
chmod a+x start.sh
32-
./start.sh
26+
git clone https://github.com/caretdev/golang-fiber-iris-realworld-example-app.git
27+
cd golang-fiber-iris-realworld-example-app
28+
docker compose up -d
3329
```
34-
Press <code>Ctrl + c</code> for stop application.
35-
36-
See asciinema this process:
37-
38-
[![asciicast](https://asciinema.org/a/eyZ5upSyv9IJyE36g4sj3ZBBw.svg)](https://asciinema.org/a/eyZ5upSyv9IJyE36g4sj3ZBBw)
3930

4031
## Getting started
4132

42-
### Install Golang (go1.11+)
33+
### Install Golang (go1.24+)
4334

4435
Please check the official golang installation guide before you start. [Official Documentation](https://golang.org/doc/install)
4536
Also make sure you have installed a go1.11+ version.
@@ -64,19 +55,19 @@ For more info and detailed instructions please check this guide: [Setting GOPATH
6455
Clone this repository:
6556

6657
```bash
67-
➜ git clone https://github.com/alpody/golang-fiber-realworld-example-app.git
58+
➜ git clone https://github.com/caretdev/golang-fiber-iris-realworld-example-app.git
6859
```
6960

7061
Or simply use the following command which will handle cloning the repo:
7162

7263
```bash
73-
➜ go get -u -v github.com/alpody/golang-fiber-realworld-example-app
64+
➜ go get -u -v github.com/caretdev/golang-fiber-iris-realworld-example-app
7465
```
7566

7667
Switch to the repo folder
7768

7869
```bash
79-
cd $GOPATH/src/github.com/alpody/golang-fiber-realworld-example-app
70+
cd $GOPATH/src/github.com/caretdev/golang-fiber-iris-realworld-example-app
8071
```
8172

8273
### Working with makefile

0 commit comments

Comments
 (0)