-
Link to deployed app on Heroku: https://calumni-demo.herokuapp.com/
-
Link to Pivotal Tracker project: https://www.pivotaltracker.com/n/projects/2118464
-
Brief Explanation:
The purpose of this App is to connect students with alumni in industry.
This is a Networking App where students can find alumni from industry to get help with:- referrals; resume feedback; mock interview; advice on career; company tours...
-
Link to Initial Customer Meeting: https://www.youtube.com/watch?v=vLoHODcZZHo
-
Development
- bundle install --without production
- rake db:migrate
- rake db:seed
- source setenv.sh
-
Testing:
- rake db:seed RAILS_ENV=test --trace
-
Production:
- heroku
- setup environment variable for aws
- setup environment for elasticsearch
- heroku
-
Search feature
- We use gem Searchkick to implement search function, while Searchkick supports the complete Elasticsearch Search API. You have to install elasticsearch before you can use searchkick.
- ElasticSearch Installation
- Installation, currently using 5.6.4
- For macOS user, use brew
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/3f9a5fc50e42f6bdd17f955419c299653a0f65b9/Formula/elasticsearch.rb
- use curl -XGET 'localhost:9200/?pretty' to make sure you have start elasticsearch service
- use 'rake searchkick:reindex CLASS=People' to build the index
- use People.search("xxx" ,autocomplete:true,fields:[:username,:company]).map{|u| {username:u.username,company: u.company}} to make sure your searchkick works
- deploy to heroku
- activate one of the elasticsearch provider like bonsai
- connect searchkick with bonsai
- heroku config:set ELASTICSEARCH_URL=
heroku config:get BONSAI_URL
- heroku config:set ELASTICSEARCH_URL=
- heroku run rake searchkick:reindex CLASS=People
- heroku run rake db:migrate
forked from dotAPI/Calumni
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Tstepro/Calumni
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 63.2%
- HTML 19.5%
- Gherkin 11.2%
- CSS 3.4%
- JavaScript 2.6%
- Shell 0.1%