Install the Ember CLI
npm install -g ember-cli
Generate a new project
ember new testember
{{-- Define all our servers --}} | |
@servers(['staging' => '', 'production' => '']) | |
@setup | |
{{-- The timezone your servers run in --}} | |
$timezone = 'Europe/Amsterdam'; | |
{{-- The base path where your deployments are sitting --}} | |
$path = '/var/www/site.com/htdocs'; |
composer create-project laravel/laravel sitename dev-develop | |
sudo cat "192.168.10.10 sitename.app" >> /etc/hosts |
Clear all npm cache!
npm cache clear
rm -rf ~/.npm
Install latest npm version globally
Download Chrome first.
# http://editorconfig.org | |
root = true | |
[*] | |
indent_style = space | |
indent_size = 4 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "precise32" | |
config.vm.box_url = "http://files.vagrantup.com/precise32.box" |
{ | |
"user": { | |
"debug": false, | |
"plugins": { | |
"AppleScript": {}, | |
"C": { | |
"args": [ | |
"-xc", | |
"-fsyntax-only", | |
"-std=c99", |
{ | |
"bold_folder_labels": true, | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"font_face": "monaco", | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ |
Current
ifconfig en0 | grep ether
Generate one
openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'
Change yours