diff options
author | Teddy Wing | 2017-02-03 19:50:40 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-03 19:50:40 +0100 |
commit | 0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a (patch) | |
tree | 993636b721c1d196784eb311bf86dd36e16adf50 /README.md | |
download | Angular-tutorial-0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a.tar.bz2 |
Initial commit. Base Rails 5.0.1 project.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... |