Skip to content

Instantly share code, notes, and snippets.

View rajnishmsrit's full-sized avatar
🏃‍♂️

Rajnish Kumar rajnishmsrit

🏃‍♂️
View GitHub Profile
@rajnishmsrit
rajnishmsrit / docker-basics.md
Created June 19, 2018 08:48 — forked from d2s/docker-basics.md
Tips on how to learn Docker

Good starting point for learning Docker is to read following sections from the official Docker documentation. It is mainly a series of short tutorials, together with related documentation about syntax of commands, etc..

Those are focusing mainly on how to get existing things from Docker Hub. Next thing to learn would be how to create things for running custom software on top of base Ubuntu Linux system image.

@rajnishmsrit
rajnishmsrit / README.md
Created August 4, 2017 11:30 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@rajnishmsrit
rajnishmsrit / 1_phpunit-api.md
Created June 20, 2017 13:05 — forked from loonies/1_phpunit-api.md
PHPUnit Cheat Sheet

PHPUnit API reference

  • version 3.6

TODO

Check those constraints:

$this->anything()
/** Creating and Deploying using Git, Github and PHP **/
Prerequisites:
Server: SSH Acces, PHP, Git
Local: SSH, Git
0.Create a PHP file in your project called "deploy.php" with this content: /*<?php `git pull`;*/
1. Create Your Github Repo
2. Go to your project folder and initiate a git repository