mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
Page:
Installation
Pages
API versioning
Automatic public address
Benchmarks
Cache
Configuration
Content negotiation
Cookies
Documentation terms and conditions
Forms
Grpc
HTTP method override
HTTP referrer
Home
Host
Installation
Localization
MVC
Model validation
Our users
Project and community
Publications
Quick start
Request authentication
Response recorder
Routing context methods
Routing error handlers
Routing middleware
Routing override context
Routing path parameter types
Routing reverse lookups
Routing subdomains
Routing wrap the router
Routing
Sessions database
Sessions flash messages
Sessions
Sitemap
Starter kits
Support
Testing
URL query parameters
View
Websockets
dependency injection
28
Installation
Gerasimos (Makis) Maropoulos edited this page 2020-07-29 03:48:17 +03:00
Table of Contents
Iris is a cross-platform software.
The only requirement is the Go Programming Language, version 1.14 and above.
$ go env -w GO111MODULE=on
Install
$ go get github.com/kataras/iris/v12@v12.1.8
Or edit your project's go.mod
file.
module your_project_name
go 1.14
require (
github.com/kataras/iris/v12 v12.1.8
)
$ go build
Troubleshooting
If you get a network error during installation please make sure you set a valid GOPROXY environment variable.
go env -w GOPROXY=https://goproxy.cn,https://gocenter.io,https://goproxy.io,direct
- What is Iris
- 📌Getting Started
- Host
- Configuration
- Routing
- HTTP Method Override
- API Versioning
- Content Negotiation
- Response Recorder
- HTTP Referrer
- Request Authentication
- URL Query Parameters
- Forms
- Model Validation
- Cache
- View
- Cookies
- Sessions
- Websockets
- Dependency Injection
- MVC
- gRPC
- Sitemap
- Localization
- Testing
- 🤓Resources
Home | Project | Quick Start | Technical Docs | Copyright © 2019-2020 Gerasimos Maropoulos. Documentation terms of use.