https://github.com/caneroj1/old_jammer
jammer
https://github.com/caneroj1/old_jammer
Last synced: about 2 months ago
JSON representation
jammer
- Host: GitHub
- URL: https://github.com/caneroj1/old_jammer
- Owner: caneroj1
- Created: 2014-07-03T03:04:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T21:56:46.000Z (over 10 years ago)
- Last Synced: 2025-02-03T11:47:46.369Z (4 months ago)
- Language: Ruby
- Size: 7.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the main page of Jammer.
![]()
This is the sign up part of the main page.
![]()
This is the main search page of Jammer.
![]()
This is the user profile.
![]()
This is the edit part of the user profile.
![]()
to install imagemagick
brew install imagemagick -- with homebrew
for getting to the aws console
https://console.aws.amazon.com/iam/homeif nokogiri doesn't install, use
xcode-select --installUSING REDIS:
installing most recent version of redis
go to: http://redis.io/download
- get v 2.8.13unzip the file
- follow these terminal commands:
- cd redis-2.8.13
- make
- cp src/redis-server src/redis-cli /usr/bin
then you should be good to go!
to start redis:
redis-server
To start Faye:
rackup faye.ru -E production -s thin