Skip to content

Instantly share code, notes, and snippets.

View trickart's full-sized avatar

Trickart trickart

  • Japan
View GitHub Profile
@masainox
masainox / wordpress-heroku-ja-install.sh
Last active October 3, 2015 08:28
日本語環境のwordpressをherokuにセットアップするスクリプト
#!/bin/sh
git clone git://github.com/masainox/wordpress-heroku.git -b language-ja
cd wordpress-heroku
heroku create -b git://github.com/iphoting/heroku-buildpack-php-tyler.git
heroku addons:add heroku-postgresql:dev
heroku pg:promote `heroku config | grep 'HEROKU_POSTGRESQL_' | sed -e "s/\:.*//"`
@hayajo
hayajo / changelog_en.md
Last active June 27, 2024 02:39
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形

@masainox
masainox / install-wordpress-heroku-with-cleardb.sh
Created May 13, 2013 08:45
How to install wordpress on heroku with ClearDB.
# WordPress Heroku with ClearDB
# Clone the repository from Github
git clone git://github.com/masainox/wordpress-heroku-with-cleardb.git
cd wordpress-heroku-with-cleardb
# Create your app
heroku create YOUR_APP_NAME -s cedar -b git://github.com/iphoting/heroku-buildpack-php-tyler.git
# Add a database to your app