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

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

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`.