Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

補足系 メモ #8

Open
igara opened this issue Nov 15, 2015 · 5 comments
Open

補足系 メモ #8

igara opened this issue Nov 15, 2015 · 5 comments

Comments

@igara
Copy link
Owner

igara commented Nov 15, 2015

No description provided.

@igara
Copy link
Owner Author

igara commented Nov 15, 2015

環境

Conoha
メモリ 1GB
cpuコア 2
SSD容量 50GB
OS CentOS7
Server H2O 1.6alpher
PHP 7.0.0RC6

開発者ツール

http://URL:8080/ide.html Cloud9
http:URL:XXX/ vorlon
vorlonを使うときは

<script src="http://localhost:1337/vorlon.js"></script>

と埋め込んだページを表示後、http://localhost:1337/を開くことで開発者ツールが起動される

パッケージ管理系

composer(composer.json)
node(package.json)

git clone後

composer install
npm install
cp -p .env.example .env
./node_module/.bin/gulp

./node_module/.bin/gulp watchしておくとasset下のsass、jsが変更されたとき自動でトランスパイルされる。

@igara
Copy link
Owner Author

igara commented Nov 15, 2015

Cloud9
2015-11-16 0 07 34

@igara
Copy link
Owner Author

igara commented Nov 15, 2015

VorlonJS
2015-11-16 0 09 02

@igara
Copy link
Owner Author

igara commented Nov 18, 2015

サーバ起動系

Cloud9
nohup node server.js -p 8080 -a XXX:XXX -w /root/slack_rack_php/ &
停止するとき
ps alx | grep node

Web
nohup ~/.phpenv/versions/7.0.0RC6/sbin/php-fpm &
nohup h2o -c http.conf

@igara igara changed the title 補足系 補足系 メモ Nov 21, 2015
@igara
Copy link
Owner Author

igara commented Dec 17, 2015

default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant