install gems
bundle install
create database and tables(PostgreSQL)
rake db:create && rake db:migrate && rake db:seed
after it's over, created a admin with 50 articles
account: [email protected]
password: ekoheadmin123
and created 50 users of who every has 50 articles
start server
rails s
open your brower
localhost:3000
Go surfing. Hava fun! ^_^
- Remember me
- upload a avatar
- Follower and following
- Activate the Email
- Reset the password
- Add a comment
- Chat room
- Deploy
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request