Skip to content

Commit 0a1970d

Browse files
committed
Instructions for gigalixir
1 parent 6700752 commit 0a1970d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ A versatile API facade for the Hypixel Auction API written in Rust. The entire a
5353
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/kr45732/rust-query-api&plugins=postgresql&envs=BASE_URL,API_KEY,ADMIN_API_KEY,POSTGRES_URL,WEBHOOK_URL,FEATURES&optionalEnvs=WEBHOOK_URL,ADMIN_API_KEY&BASE_URLDesc=The+base+URL+of+the+domain.+Do+not+modify+this&API_KEYDesc=Key+needed+to+access+this+API+(NOT+a+Hypixel+API+key)&ADMIN_API_KEYDesc=Admin+key+required+to+use+raw+SQL+parameters.+Will+default+to+the+API_KEY+if+not+provided&POSTGRES_URLDesc=Full+URL+of+a+PostgreSQL+database.+No+need+to+modify+this+unless+you+are+using+your+own+database+since+Railway+already+provides+this+for+you.&WEBHOOK_URLDesc=Discord+webhook+URL+for+logging&FEATURESDesc=The+features+(QUERY,+PETS,+LOWESTBIN,+UNDERBIN,+AVERAGE_AUCTION,+AVERAGE_BIN)+you+want+enabled+separated+with+commas&BASE_URLDefault=0.0.0.0&POSTGRES_URLDefault=$%7B%7BDATABASE_URL%7D%7D&FEATURESDefault=QUERY,LOWESTBIN,AVERAGE_AUCTION,AVERAGE_BIN&referralCode=WrEybV)
5454

5555
### Deploy On Gigalixir
56-
[Website](https://gigalixir.com/)
56+
Steps to deploy on [Gigalixir](https://gigalixir.com/):
57+
1. Clone repository
58+
2. Install gigalixir CLI: `pip3 install gigalixir`
59+
3. Sign up: `gigalixir signup`
60+
4. Create app: `gigalixir create -n NAME`
61+
5. Set environment variables: `gigalixir config:set key=value`
62+
6. Deploy app: `git push gigalixir`
63+
7. Acess at [https://NAME.gigalixirapp.com/](https://NAME.gigalixirapp.com/)
5764

5865
### Free PostgreSQL Datbase
5966
The free tier of [Supabase](https://supabase.com/) is a great option with with plenty of storage and good performance.

0 commit comments

Comments
 (0)