starting to install diesel
This commit is contained in:
@@ -44,4 +44,20 @@ So this is not thought of being a framework.
|
||||
- User and Role Implementation
|
||||
- Event-Bus link to RabbitMQ
|
||||
- Logging
|
||||
|
||||
|
||||
## Development Installation
|
||||
|
||||
|
||||
|
||||
For Dev with SQLite
|
||||
|
||||
- `cargo install diesel_cli --no-default-features --features postgres`
|
||||
|
||||
### Windows 10
|
||||
|
||||
Env if using MINGW64;
|
||||
export PATH=$PATH:"/c/Program Files/PostgreSQL/12/bin"
|
||||
export PQ_LIB_DIR="C:\Program Files\PostgreSQL\12\lib"
|
||||
|
||||
Install a postgres:
|
||||
choco install postgresql12 --force --params '/Password:root'
|
||||
|
||||
Reference in New Issue
Block a user