Backup Mongodb On Ubuntu
Backup MongoDB on Ubuntu
https://sheharyar.me/blog/regular-mongo-backups-using-cron/
http://stackoverflow.com/questions/30558625/what-is-the-easiest-to-backup-a-mongodb-deployed-with-mup/30559938
http://www.codeproject.com/Tips/547759/Automating-backup-for-MongoDB-using-CRON-and-S-CMD
Install wput
sudo apt-get install wput
Script mongodump -> tar > wput (ftp)
Create a file named:
mongo_backup.sh
Content:
#!/bin/bash MONGO_DATABASE="appDBName"...
Meteorjs Bucket
Meteorjs Bucket
https://gentlenode.com/journal/meteor-22-the-best-meteor-packages-you-must-know-to-code-faster-than-ever/52
https://www.discovermeteor.com/blog/spacebars-secrets-exploring-meteor-new-templating-engine/
http://meteorcapture.com/spacebars/
Run Phonegap On Ubuntu
Install Phonegap
1. Install Git
sudo apt-get install git
2. Install NodeJS
sudo apt-get install node
bla bla
3. Install PhoneGap
sudo npm install -g phonegap
4. Install...
How To Fix Local Git Repo
How to fix a local Git repo
- rename the folder "projects/my-project" to "projects/save-git"
- Go to the folder "projects/"
- Run git clone repo-of-my-project
- Remove all files from "projects/my-project" (except from the folder ".git")
- Copy all files of "projects/save-git" to "projects/my-project"...
Deploy A Meteor Js Application On Ubuntu
Deploy A Meteor Js Application On Ubuntu
Inspired from:
- https://github.com/arunoda/meteor-up
- http://alexbachuk.com/deploying-meteor-application-part-2/
- https://gentlenode.com/journal/meteor-19-deploying-your-applications-in-a-snap-with-meteor-up-mup/41
0. Setting user
SSH to your server and
sudo adduser meteoruser
1. Installing Meteor-Up
In your local app...
Font Awesome Colored
This is an easy way to display Brand and Social icons using only Font Awesome and CSS:
Build A Blog With Jekyll And Github Pages
If you want to create a static blog with free hosting, using Jekyll and Github Pages can be a good solution.
Logging In With Google
Google Developpers Console
https://console.developers.google.com/
AUTHORIZED JAVASCRIPT ORIGINS http://app.idretis.com
AUTHORIZED REDIRECT URIS http://app.idretis.com/oauth2callback http://app.idretis.com/_oauth/google?close