__ _ __ __ ____ __
/ / (_)____/ /____ ____/ / / __ )/ /_ _____
/ / / / ___/ __/ _ \/ __ /_____/ __ / / / / / _ \
/ /___/ (__ ) /_/ __/ /_/ /_____/ /_/ / / /_/ / __/
/_____/_/____/\__/\___/\__,_/ /_____/_/\__,_/\___/
This is the another unofficial version of Craigslist. Don't know who the heck Craig is, and this app won't change the way it is, but it's fun to make things like this.
What things you need to install the software and how to install them.
c9.io
Internet connection
On the environment of C9,
curl -fsSL c9setup.saasbook.info | bash --login && rvm use 2.3.0 --default
git clone git@github.com:hcjun94/listed-blue.git
cd listed-blue
bundle install --without production
bundle exec rake db:setup
rails server -p $PORT -b $IP
curl -fsSL c9setup.saasbook.info | bash --login && rvm use 2.3.0 --default
git clone git@github.com:hcjun94/listed-blue.git
cd listed-blue
bundle install --without production
bundle exec rake db:setup
rails server -p $PORT -b $IP
We use github for versioning.
Levi VonBank, Eric Jun, Caleb Fox, Bony Sany
This project is licensed under the MIT License.
- Special Thanks to Jonathan Hardwick, our professor of IT484 class.
- Shared C9 workspace with github does not show who did the commit.
- C9 still shows the color of the person did the work.