- 라라랜드

https://laravel.kr/


- 스케치

https://www.sketchapp.com/


- 재플린

https://zeplin.io/


- 소스트리

https://www.sourcetreeapp.com

id: publisherkjh@gmail.com 

pw: top724best


gimjaehyeong-ui-MacBook-Pro:~ Mac$ ls -al

total 56

drwxr-xr-x+ 22 Mac   staff    704 12 26 15:38 .

drwxr-xr-x   6 root  admin    192 11 24 07:32 ..

-r--------   1 Mac   staff      8 11 24 07:42 .CFUserTextEncoding

-rw-r--r--@  1 Mac   staff  10244 12 26 11:15 .DS_Store

drwx------   7 Mac   staff    224 12 26 11:20 .Trash

drwx------   3 Mac   staff     96 12 26 15:38 .bash_sessions

drwx------  12 Mac   staff    384 12 25 14:43 .dropbox

-rw-r--r--   1 Mac   staff    302 12 26 12:00 .gitconfig

-rw-r--r--   1 Mac   staff     13  9 11 00:35 .gitignore_global

-rw-r--r--   1 Mac   staff     27  9 11 00:35 .hgignore_global

drwx------@  3 Mac   staff     96 11 28 15:45 Applications

drwxrwxr-x@  3 Mac   staff     96 12 26 10:35 Creative Cloud Files

drwx------+  6 Mac   staff    192 12 26 11:23 Desktop

drwx------+  3 Mac   staff     96 11 19 00:46 Documents

drwx------+  8 Mac   staff    256 12 26 15:21 Downloads

drwx------@ 11 Mac   staff    352 12 25 17:56 Dropbox

drwx------@ 66 Mac   staff   2112 12 26 15:28 Library

drwx------+  3 Mac   staff     96 11 19 00:46 Movies

drwx------+  4 Mac   staff    128 12 21 20:02 Music

drwx------+  5 Mac   staff    160 12 21 20:56 Pictures

drwxr-xr-x+  4 Mac   staff    128 11 19 00:46 Public

drwxr-xr-x  22 Mac   staff    704 12 26 12:03 ecommerce-backoffice

gimjaehyeong-ui-MacBook-Pro:~ Mac$ vagrant

-bash: vagrant: command not found

gimjaehyeong-ui-MacBook-Pro:~ Mac$ ls -al

total 56

drwxr-xr-x+ 22 Mac   staff    704 12 26 15:38 .

drwxr-xr-x   6 root  admin    192 11 24 07:32 ..

-r--------   1 Mac   staff      8 11 24 07:42 .CFUserTextEncoding

-rw-r--r--@  1 Mac   staff  10244 12 26 11:15 .DS_Store

drwx------   7 Mac   staff    224 12 26 11:20 .Trash

drwx------   3 Mac   staff     96 12 26 15:38 .bash_sessions

drwx------  12 Mac   staff    384 12 25 14:43 .dropbox

-rw-r--r--   1 Mac   staff    302 12 26 12:00 .gitconfig

-rw-r--r--   1 Mac   staff     13  9 11 00:35 .gitignore_global

-rw-r--r--   1 Mac   staff     27  9 11 00:35 .hgignore_global

drwx------@  3 Mac   staff     96 11 28 15:45 Applications

drwxrwxr-x@  3 Mac   staff     96 12 26 10:35 Creative Cloud Files

drwx------+  6 Mac   staff    192 12 26 11:23 Desktop

drwx------+  3 Mac   staff     96 11 19 00:46 Documents

drwx------+  8 Mac   staff    256 12 26 15:21 Downloads

drwx------@ 11 Mac   staff    352 12 25 17:56 Dropbox

drwx------@ 66 Mac   staff   2112 12 26 15:28 Library

drwx------+  3 Mac   staff     96 11 19 00:46 Movies

drwx------+  4 Mac   staff    128 12 21 20:02 Music

drwx------+  5 Mac   staff    160 12 21 20:56 Pictures

drwxr-xr-x+  4 Mac   staff    128 11 19 00:46 Public

drwxr-xr-x  22 Mac   staff    704 12 26 12:03 ecommerce-backoffice

gimjaehyeong-ui-MacBook-Pro:~ Mac$ vagrant

Usage: vagrant [options] <command> [<args>]


    -v, --version                    Print the version and exit.

    -h, --help                       Print this help.


Common commands:

     box             manages boxes: installation, removal, etc.

     connect         connect to a remotely shared Vagrant environment

     destroy         stops and deletes all traces of the vagrant machine

     global-status   outputs status Vagrant environments for this user

     halt            stops the vagrant machine

     help            shows the help for a subcommand

     init            initializes a new Vagrant environment by creating a Vagrantfile

     login           log in to HashiCorp's Vagrant Cloud

     package         packages a running vagrant environment into a box

     plugin          manages plugins: install, uninstall, update, etc.

     port            displays information about guest port mappings

     powershell      connects to machine via powershell remoting

     provision       provisions the vagrant machine

     push            deploys code in this environment to a configured destination

     rdp             connects to machine via RDP

     reload          restarts vagrant machine, loads new Vagrantfile configuration

     resume          resume a suspended vagrant machine

     share           share your Vagrant environment with anyone in the world

     snapshot        manages snapshots: saving, restoring, etc.

     ssh             connects to machine via SSH

     ssh-config      outputs OpenSSH valid configuration to connect to the machine

     status          outputs status of the vagrant machine

     suspend         suspends the machine

     up              starts and provisions the vagrant environment

     validate        validates the Vagrantfile

     version         prints current and latest Vagrant version


For help on any individual command run `vagrant COMMAND -h`


Additional subcommands are available, but are either more advanced

or not commonly used. To see all subcommands, run the command

`vagrant list-commands`.


gimjaehyeong-ui-MacBook-Pro:~ Mac$ vagrant box add laravel/homestead

==> box: Loading metadata for box 'laravel/homestead'

    box: URL: https://vagrantcloud.com/laravel/homestead

This box can work with multiple providers! The providers that it

can work with are listed below. Please review the list and choose

the provider you will be working with.


1) hyperv

2) parallels

3) virtualbox

4) vmware_desktop


Enter your choice: 3

==> box: Adding box 'laravel/homestead' (v5.0.1) for provider: virtualbox

    box: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/5.0.1/providers/virtualbox.box

==> box: Successfully added box 'laravel/homestead' (v5.0.1) for 'virtualbox'!

gimjaehyeong-ui-MacBook-Pro:~ Mac$ 

+ Recent posts