-
Notifications
You must be signed in to change notification settings - Fork 1
Linearize ASG among other improvements #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c194756
Linearize the Application Setup Guide
cb341 3bf51fb
Revert some changes
cb341 b68d267
Drop bundler audit
cb341 419e048
Update README
cb341 3f40cce
Revert app init
cb341 8b29dcc
Update genreators
cb341 60de345
Readd fun
cb341 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
cb341 marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,25 +13,37 @@ The application (and relative GitHub repo) will be named after the `[project-nam | |
| > Why the difference? Because we can bare the risk of having a bug in an internal project, but we cannot do that for a customer. | ||
| > Decide with your team if you want one or two branches. | ||
| > :bulb: **Tip:** Sections marked with ✨ are already set up by the Renuo Rails template or ship with Rails 8.1 by default. You only need to verify them, not install them. | ||
| --- | ||
|
|
||
| ## Step 1: Create the App | ||
|
|
||
| 1. [Initialise the Rails Application](app_initialisation.md) | ||
| 1. [Push to Git Repository](first_git_push.md) | ||
| 1. [Initialise Gitflow](initialise_gitflow.md) | ||
| 1. [Configure Github Repository](../configure_git_repository.md) | ||
| 1. [Configure Github Repository](../configure_github_repository.md) | ||
|
|
||
| ## Step 2: Deploy the App | ||
|
|
||
| 1. [Create an Application Server for Deploio](create_application_server_deploio.md) or [Create an Application Server for Heroku](create_application_server_heroku.md) | ||
| 1. [Configure the CI / CD](configure_ci.md) | ||
|
|
||
| Once here, your app should be up and running on all environments. | ||
|
|
||
| ## Step 3: Quality Tools | ||
|
|
||
| It's now time to introduce some more tools which will help you and the team to keep a high quality during the project development. | ||
|
|
||
| 1. [RSpec](rspec.md) | ||
| 1. [Linting and automatic checks](linting_and_automatic_check.md) | ||
| 1. [Gems and libraries :gem:](suggested_libraries.md) | ||
| 1. [Cloudflare](cloudflare.md) | ||
| 1. [README](compile_readme.md) | ||
|
|
||
| :tada: Finally you are ready to start working on you new project! :tada: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Weren't these replaced by the actual emojis? |
||
|
|
||
| ## Step 4: Monitoring & Protection | ||
|
|
||
| While everyone starts working there are some more things which you should setup. | ||
| Most are not optional, but the rest of the team can start working even if those are not in place yet. | ||
|
|
||
|
|
@@ -42,41 +54,42 @@ Most are not optional, but the rest of the team can start working even if those | |
| 1. [Percy](configure_percy.md) (optional) | ||
| 1. [Protect develop environment](environment_protection.md) | ||
|
|
||
| Some services should be configured accordingly to the packages bought by the customer. | ||
| Once the new application is created, please add the project to the | ||
| [monitoring list](https://docs.google.com/spreadsheets/d/1FY4jqByO-aI5sDan0hD7ULu6a2-eLsmO6kgdCFlPmuY/edit#gid=0) | ||
| and discuss with the PO how the service should be configured. | ||
| ## Step 5: Customer Plan Services | ||
|
|
||
| Bookmark the project on [Redmine](https://dashboard.renuo.ch/redmine_projects) and configure the services listed there. | ||
|
|
||
| 1. [Uptimerobot](uptimerobot.md) | ||
| 1. Depending on the monitoring list, also [Sentry notifications](sentry.md) need to be configured. | ||
| 1. [Sentry notifications](sentry.md), if requested | ||
| 1. [Depfu security monitoring](depfu.md) | ||
| 1. Depending on the monitoring list, also [Papertrail alerts](papertrail.md) need to be configured. | ||
|
|
||
| Here you will find a series of chapters and guides on how to setup some of the gems we use most often and some other | ||
| useful services: | ||
|
|
||
| 1. [Run Javascript tests with Jest](jest.md) | ||
| 1. [Pull Requests Template](../pull_requests_template.md) | ||
| 1. [Slack and Project Notifications](../slack_and_notifications.md) | ||
| 1. [Send emails](send_emails.md) | ||
| 1. [Sparkpost & Mailtrap](../sparkpost_and_mailtrap.md) | ||
| 1. [Devise](devise.md) | ||
| 1. [Cucumber](cucumber.md) | ||
| 1. [Object storage](object_storage.md) | ||
| 1. awesome_print `gem 'awesome_print'` | ||
| 1. [bootstrap](bootstrap.md) | ||
| 1. [font-awesome](font_awesome.md) | ||
| 1. [bullet](bullet.md) `gem 'bullet'` | ||
| 1. [lograge](appsignal.md) `gem 'lograge'` | ||
| 1. Rack Tracker (Google Analytics) `gem 'rack-tracker'` --> see [Google Analytics](../google_analytics.md) | ||
| 1. Favicons | ||
| 1. [Rack CORS](https://github.com/cyu/rack-cors) | ||
| 1. [Rack Attack](https://github.com/rack/rack-attack#installing) | ||
| 1. [:fire: Hotjar](hotjar.md) | ||
| 1. SEO | ||
| * redirect non-www to www | ||
| * Header tags | ||
| 1. [wicked pdf](wicked_pdf.md) `gem wicked_pdf` | ||
| 1. [Recaptcha v3](recaptcha.md) | ||
| 1. [Wallee Payment Integration](wallee.md) | ||
| 1. [Sign in with Redmine](https://gist.github.com/sislr/fb7f6d8f05c96c199d9525706561902d) | ||
| 1. [Papertrail alerts](papertrail.md), if requested | ||
|
|
||
| --- | ||
|
|
||
| ## Guides & Recipes | ||
|
|
||
| The following are not part of the sequential setup. Use them as needed for your project. | ||
|
|
||
| * [Run Javascript tests with Jest](jest.md) | ||
| * [Pull Requests Template](../templates/pull_requests_template.md) | ||
| * [Slack and Project Notifications](../slack_and_notifications.md) | ||
| * [Send emails](send_emails.md) | ||
| * [Sparkpost & Mailtrap](../sparkpost_and_mailtrap.md) | ||
| * [Devise](devise.md) | ||
| * [Cucumber](cucumber.md) | ||
| * [Object storage](object_storage.md) | ||
| * awesome_print `gem 'awesome_print'` | ||
| * [bootstrap](bootstrap.md) | ||
| * [font-awesome](font_awesome.md) | ||
| * [bullet](bullet.md) `gem 'bullet'` | ||
| * [lograge](appsignal.md#lograge) `gem 'lograge'` | ||
| * Rack Tracker (Google Analytics) `gem 'rack-tracker'` --> see [Google Analytics](../google_analytics.md) | ||
| * Favicons | ||
| * [Rack CORS](https://github.com/cyu/rack-cors) | ||
| * [Rack Attack](https://github.com/rack/rack-attack#installing) | ||
| * [:fire: Hotjar](hotjar.md) | ||
| * SEO | ||
| * redirect non-www to www | ||
| * Header tags | ||
| * [wicked pdf](wicked_pdf.md) `gem wicked_pdf` | ||
| * [Recaptcha v3](recaptcha.md) | ||
| * [Wallee Payment Integration](wallee.md) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.