Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiote/pethost


https://github.com/kiote/pethost

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

pethost
=======

architecture:

rbenv
rails 4
mongo
minitests
cucumber/capybara

commands
========

```sudo apt-get update```

```sudo apt-get install git -y```

```git clone https://github.com/sstephenson/rbenv.git ~/.rbenv```

```echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc```

```echo 'eval "$(rbenv init -)"' >> ~/.bashrc```

```git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build```

```rbenv install 2.1.2```