Skip to content

Instantly share code, notes, and snippets.

@tesths
Created May 15, 2017 08:37
Show Gist options
  • Save tesths/1e6f3d4afec38271f354e6ee0b64bf70 to your computer and use it in GitHub Desktop.
Save tesths/1e6f3d4afec38271f354e6ee0b64bf70 to your computer and use it in GitHub Desktop.
Shell use in codeanywhere
sudo apt-get update
sudo apt-get -y install libmysqlclient-dev
rvm install 2.3.3
rvm use 2.3.3 --default
sudo locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
git clone https://github.com/cantino/huginn.git code-huginn
cd code-huginn
cp .env.example .env
gem install bundler heroku
bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment