Wagon is a membership management platform. Users can advertise their groups for people to join them.
Currently, we are focussing on building a platform to collect members' emails but we plan on expanding to provide a free software alternative to platforms like eventbrite.
- Install Cargo using rustup with:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Clone the repository with:
$ git clone https://github.com/realaravinth/wagon
- Build with Cargo:
$ cd wagon && cargo build
Wagon is highly configurable. Configuration is applied/merged in the following order:
config/default.toml
config/$WAGON_MODE.toml
- environment variables.
Name | Value |
---|---|
WAGON_MODE |
Run mode for choosing configuration(development/production) |
WAGON_SMTP_KEY |
API key |
WAGON_POSTGRES_PASSWORD |
Postgres password |
WAGON_POSTGRES_NAME |
Postgres database name |
WAGON_POSTGRES_PORT |
Postgres port |
WAGON_POSTGRES_HOSTNAME |
Postgres hostmane |
WAGON_POSTGRES_USERNAME |
Postgres username |
WAGON_POSTGRES_POOL |
Postgres database connection pool size |
WAGON_PORT (or) PORT ** |
The port on which you want wagon to listen to |
WAGON_IP |
The IP address on which you want wagon to listen to |
*we rely SMTP2Go's HTTP API to send emails. This will change when the author comes into some money and sets up their own email server.
**Heroku uses $PORT
, we got you covered :)
Logo made by Smashicons from www.flaticon.com. Do check them out!