|
@@ -1,24 +1,10 @@
|
|
|
-# README
|
|
|
|
|
|
|
+# Pokemon.trade
|
|
|
|
|
|
|
|
-This README would normally document whatever steps are necessary to get the
|
|
|
|
|
-application up and running.
|
|
|
|
|
|
|
+### Running the app:
|
|
|
|
|
+You will need `config/config.yml`. This file is not committed to the repository.
|
|
|
|
|
|
|
|
-Things you may want to cover:
|
|
|
|
|
|
|
+To run the app in development, you need to make a Postgres database
|
|
|
|
|
+`pokemon_trade_dev`. Then you can run the app via `foreman start -f
|
|
|
|
|
+Procfile.dev`.
|
|
|
|
|
|
|
|
-* 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
|
|
|
|
|
-
|
|
|
|
|
-* ...
|
|
|
|
|
|
|
+For tests, `rspec` is sufficient.
|