Starting the three config servers:
mongod -f csrs_1.conf
mongod -f csrs_2.conf
mongod -f csrs_3.conf
Connect to one of the config servers:
/* Importing (you can use scss type as well) */ | |
@import 'import.css'; | |
/* variables */ | |
$black: #000; | |
body{ | |
background-color: $black; |
#!/bin/bash | |
REMOTE_HOST="" | |
REMOTE_PORT="" | |
REMOTE_DB="" | |
REMOTE_USER="" | |
REMOTE_PASSWORD="" | |
LOCAL_HOST="" | |
LOCAL_PORT="" | |
LOCAL_DB="" |
GET events/_search | |
{ | |
"size": 0, | |
"query": { | |
"bool": { | |
"filter": { | |
"bool": { | |
"must": [ | |
{ | |
"range": { |
db.sensormessageevents.find({ | |
$and: [ | |
{ | |
geoJSON: { | |
$exists: true | |
} | |
}, | |
{ | |
geoJSON: | |
{ |
Starting the three config servers:
mongod -f csrs_1.conf
mongod -f csrs_2.conf
mongod -f csrs_3.conf
Connect to one of the config servers:
The configuration file for the first node (node1.conf):
storage:
dbPath: /var/mongodb/db/node1
net:
bindIp: 192.168.103.100,localhost
port: 27011
security:
authorization: enabled
keyFile: /var/mongodb/pki/m103-keyfile
git clone git://github.com/mhoofman/wordpress-heroku.git
cd wordpress-heroku
heroku addons:create heroku-postgresql
heroku pg:promote HEROKU_POSTGRESQL_INSTANCE
(where HEROKU_POSTGRESQL_INSTANCE
) is the result of the create code you ran before.git push heroku
export PATH=$PATH:"C:\Program Files\nodejs" | |
export PATH=$PATH:"C:\Program Files\Docker\Docker\resources\bin" | |
export PATH=$PATH:"C:\Users\<name>\AppData\Local\Programs\Microsoft VS Code" |
https://github.com/powerline/fonts
fonts-master
folder inside that. Rather than opening each folder and trying to install each font file ending with .ttf or .otf with the Windows Font Viewer, we will use a PowerShell batch script ( .ps1) called install.ps1. But a few things need to be done to make it work.