Rails アプリを起動するには、/var/www/html/app
まず dir に移動します。
次に、残りの 2 つのコマンドを実行します。
1. $ cd /var/www/html/app
2. $ bundle exec rake sunspot:solr:start RAILS_ENV=production
3. $ unicorn_rails -c config/unicorn.rb -E production -D
最初の行を省略したい。2番目と3番目のコマンドに入れます。
出来ますか?