Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevepolitodesign/my_site_archive
The simplest way to archive your website.
https://github.com/stevepolitodesign/my_site_archive
Last synced: 12 days ago
JSON representation
The simplest way to archive your website.
- Host: GitHub
- URL: https://github.com/stevepolitodesign/my_site_archive
- Owner: stevepolitodesign
- Created: 2020-10-23T11:18:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T18:44:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T01:35:58.027Z (2 months ago)
- Language: HTML
- Homepage: https://www.mysitearchive.com/
- Size: 9.09 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - my_site_archive - The simplest way to archive your website. 🔥 ✅ 🚀 (Happy Exploring 🤘)
README
## Local Development
### Step 1
```
bundle install
rails db:create
rails development_setup:perform
```### Step 2
`rails credentials:edit --environment=test`
```
browserless:
private_key: 123stripe:
private_key: sk_test_123
public_key: pk_test_123
signing_secret: 123abc
````rails credentials:edit --environment=development`
```
browserless:
private_key: 123stripe:
private_key: sk_test_123
public_key: pk_test_123
signing_secret: 123abc
````rails credentials:edit`
```
browserless:
private_key: 123digitalocean:
access_key_id: 123abc
secret_access_key: 123abc
region: nyc3
bucket: 123abcsendgrid:
username: apikey
password: 123abcstripe:
private_key: sk_live_123
public_key: pk_live_123
signing_secret: 123abc
```### Step 3
`foreman start`
## Tests
```
rails t
rails test:system
```## To Do
`rails notes`