https://github.com/qrush/skyway-railsconf2016
Fork of https://github.com/qrush/skyway for RailsConf 2016 workshop
https://github.com/qrush/skyway-railsconf2016
Last synced: 10 months ago
JSON representation
Fork of https://github.com/qrush/skyway for RailsConf 2016 workshop
- Host: GitHub
- URL: https://github.com/qrush/skyway-railsconf2016
- Owner: qrush
- License: mit
- Created: 2016-04-26T00:52:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T16:34:47.000Z (about 10 years ago)
- Last Synced: 2025-05-19T16:15:15.408Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 8.46 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skyway
Fork of [qrush/skyway](https://github.com/qrush/skyway) for Railsconf 2016.
## Setup (OSX)
Install [Homebrew](http://brew.sh/) and [Pow](http://pow.cx), then:
``` shell
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
# Install Ruby 2.2.0 and set it as the default version
rbenv install 2.2.0
rbenv global 2.2.0
```
Then:
``` shell
git clone git@github.com:qrush/skyway-railsconf2016.git
cd skyway
bin/setup -v
```
Then you can run:
```shell
bin/rails server
```
And then open up http://localhost:3000
If you're using Pow, assuming you installed it in `~/Dev`:
``` shell
cd ~/.pow
ln -s ~/Dev/skyway
```
## Admin
Go to: http://skyway.dev/admin
Username: admin
Password: deadbeef
Then scroll down!
## License
MIT. See `LICENSE`.