This will guide you through setting up a replica set in a docker environment using.
- Docker Compose
- MongoDB Replica Sets
- Mongoose
- Mongoose Transactions
Thanks to https://gist.github.com/asoorm for helping with their docker-compose file!
This will guide you through setting up a replica set in a docker environment using.
Thanks to https://gist.github.com/asoorm for helping with their docker-compose file!
| package main | |
| import ( | |
| "database/sql" | |
| "encoding/json" | |
| "fmt" | |
| "reflect" | |
| "time" | |
| "github.com/go-sql-driver/mysql" |
Found this on Yii wiki: Yii 2.0: PHP built-in server integration
Really cool and my default when working with Yii.
Place the ServeController.php file in "commands/" folder.
From the root of your project run "./yii serve" on Linux/BSD/OSX or "yii.bat serve" on Windows.
Open your browser to "http://localhost:8080" and work.
| diff --git a/gstreamer-send/main.go b/gstreamer-send/main.go | |
| index 3a2ab8c..df5df2a 100644 | |
| --- a/gstreamer-send/main.go | |
| +++ b/gstreamer-send/main.go | |
| @@ -27,8 +27,16 @@ func main() { | |
| }, | |
| } | |
| + m := webrtc.MediaEngine{} | |
| + s := webrtc.SettingEngine{} |