https://github.com/michellen/tzone
basic rails twitter clone
https://github.com/michellen/tzone
Last synced: 5 months ago
JSON representation
basic rails twitter clone
- Host: GitHub
- URL: https://github.com/michellen/tzone
- Owner: michelleN
- Created: 2018-03-28T14:15:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T19:31:33.000Z (almost 8 years ago)
- Last Synced: 2025-07-26T02:39:51.887Z (5 months ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a twitter clone tzone. It allows you to view and post tweets as well as comment on tweets.
This README would normally document whatever steps are necessary to get the
application up and running.
* Ruby version: 2.5.0
* Rails version: 5.1.5
* DBMS: mysql
TODO:
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
------------
Instructions: (WIP)
1. helm install stable/mysql --set mysqlUser=root,mysqlAllowEmptyPassword=true,mysqlDatabase=tzone_development --name zeroed-bison
2. draft up
3. kubectl exec -- bash -c 'cd /app && RAILS_ENV=development bin/rake db:migrate'