- documents/show
- documents/slide_fullscreen
- favorites/favorite_forms
- downloads/create_form
- documents/share_button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file should contain all the record creation needed to seed the database with its default values. | |
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). | |
# | |
# Examples: | |
# | |
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) | |
# Mayor.create(name: 'Emanuel', city: cities.first) | |
users = [ | |
{ |
- shared/navbar
- shared/flash_message
- documents/key_visual
- documents/filter_category
- documents/sort
- documents/document
- shared/footer
- documents/modal_share
- users/modal_signup
- users/modal_signin
Download VirtualBox and install https://www.virtualbox.org/wiki/Downloads
Download Vagrant and Install https://www.vagrantup.com/downloads.html
vagrant plugin install vagrant-omnibus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -s; | |
useradd xiangshen-meng; | |
echo 123456 | passwd xiangshen-meng --stdin; | |
mkdir /home/xiangshen-meng; | |
chown xiangshen-meng:xiangshen-meng -R /home/xiangshen-meng; | |
mkdir .ssh | |
chmod 755 .ssh/ | |
mv id_rsa* .ssh/ | |
cd .ssh/ | |
cat id_rsa.pub > authorized_keys |
wget http://golang.org/dl/go1.3.linux-amd64.tar.gz
tar zxvf go1.3.linux-amd64.tar.gz
##開発環境構築
###仮想マシンでLinuxを構築
####Vagrant + VirtualBox
#Laravel in action Resource
共有情報総合
####開発環境構築 https://gist.github.com/Xiangshen-Meng/095585fef0d84b30a03a
NewerOlder