Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiote/pethost
https://github.com/kiote/pethost
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiote/pethost
- Owner: kiote
- Created: 2014-09-02T12:12:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T04:01:04.000Z (about 10 years ago)
- Last Synced: 2023-03-10T19:26:07.484Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pethost
=======architecture:
rbenv
rails 4
mongo
minitests
cucumber/capybaracommands
========```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```