https://github.com/valasek/brow-sec-vul
Browser's security vulnerabilities per version
https://github.com/valasek/brow-sec-vul
browser-security vulnerabilities
Last synced: 2 months ago
JSON representation
Browser's security vulnerabilities per version
- Host: GitHub
- URL: https://github.com/valasek/brow-sec-vul
- Owner: valasek
- License: gpl-3.0
- Created: 2022-01-08T08:10:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T20:40:16.000Z (over 3 years ago)
- Last Synced: 2025-02-12T05:44:06.291Z (4 months ago)
- Topics: browser-security, vulnerabilities
- Language: Ruby
- Homepage: http://browser-security.herokuapp.com/
- Size: 560 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
TBD
---
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.)
- ReddisDevelopment
Start the Tailwind CLI build process
Run the following command from the root directory of your Rails application. This will watch for the changes in the
'https://dev.to/software_writer/how-to-setup-tailwind-3-on-rails-7-2dbo'* Deployment instructions
`git push heroku main`## First setup ##
- https://devcenter.heroku.com/articles/getting-started-with-rails7```
rails db:system:change --to=postgresql
bundle
heroku create
git push heroku main
heroku run rake db:migrate
heroku addons:create heroku-redis:hobby-dev -a pure-island-89826
heroku ps:scale web=1
```Integrate Tailwind with rails 7 - https://dev.to/software_writer/how-to-setup-tailwind-3-on-rails-7-2dbo
* ...