README.md in potassium-6.5.0 vs README.md in potassium-6.6.0

- old
+ new

@@ -19,10 +19,38 @@ > Please note: > 1. Potassium will perform a version check before running to ensure that you are using the latest potassium. > 2. If you feel that it's too slow, you may need to update rubygems: `gem update --system`. > 3. Potassium uses node under the hood, so a check will also be performed to ensure you are running the supported version. +#### Platanus Configutarion + +In case you want to use the Platanus Configuration you should use the following command: + + $ potassium create <project-name> --platanus-config + +This will create a project with the following configuration: + 1. `database`: `'postgresql'` + 2. `local`: `'es-CL'` + 3. `email_service`: `'sendgrid'` + 4. `devise`: `true` + 5. `devise-user-model`: `true` + 6. `admin`: `true` + 7. `vue_admin`: `true` + 8. `pundit`: `true` + 9. `api`: `true` + 10. `storage`: `'shrine'` + 11. `heroku`: `true` + 12. `background_processor`: `true` + 13. `draper`: `true` + 14. `schedule`: `true` + 15. `sentry`: `true` + 16. `front_end`: `'vue'` + 17. `google_tag_manager`: `true` + 18. `test`: `true` + 19. `spring`: `true` + +The remaining question will be asked as usual. ### Adding recipes to an existing project Use the `potassium install` command to add a recipe to a project: $ potassium install devise @@ -51,10 +79,11 @@ - [Rack Timeout](https://github.com/heroku/rack-timeout) to abort requests that are taking too long - [Tzinfo-Data](https://github.com/tzinfo/tzinfo-data) for updating timezone information - [Faker](https://github.com/stympy/faker) for creating development data - [Scout](https://github.com/scoutapp/scout_apm_ruby) for monitoring performance +- [Mjml](https://github.com/sighmon/mjml-rails) for mails style The following optional integrations are also added: - [PostgreSQL](http://www.postgresql.org) or [MySQL](https://www.mysql.com) for the database - [Devise](https://github.com/plataformatec/devise) for authentication @@ -175,6 +204,6 @@ potassium is maintained by [platanus](http://platan.us). ## License -Potassium is © 2014 Platanus, SPA. It is free software and may be redistributed under the terms specified in the LICENSE file. +Potassium is © 2014 Platanus, SPA. It is free software and may be redistributed under the terms specified in the [LICENSE](/LICENSE.txt) file.