Installation
Download Binaries
Download the suitable binary for your operating system:
Build from Source
If you prefer to build from source, follow these steps:
-
Clone the repository:
git clone https://github.com/hbarral/regius.git
cd regius -
Build the project for your operating system:
go build -o regius ./cmd/cli -
Verify the installation:
regius help
Requirements
- Go 1.21 or higher (if building from source)
- A supported database (PostgreSQL, MySQL, MariaDB, SQLite)
- (Optional) Redis for caching and sessions
Next Steps
After installation, create your first application:
regius new myapp
cd myapp
Then configure your .env file with your database and other settings.