Code Monkey home page Code Monkey logo

workpad's Introduction

WorkyPad

This is a Ruby on Rails application for managing job prospecting, utilizing Hotwire and Stimulus.

Installation

This is configured for Ruby 3.2, Ruby on Rails 7.1 and PostgreSQL with Kamal, and config/deploy.yml should be configured for your host(s) and it can be hosted either in the cloud or baremetal, all you need is a server instance with SSH access. Kamal will take care of the rest, installing docker, Traefik for routing, and PostrgreSQL for the database.

Remove or replace my BuyMeACoffee button link at views/public/pricing.html.erb


Quick Start

Configure config/deploy.yml with your own host and registry info. Passwords will need to be added to /.env .

You will need a domain name for your app and access to its DNS records. Adjust the DNS A records to point to your new host IP.

SSH into your host and set up it to handle the ACME validation step for Lets Encrypt, which will be providing your SSL certificate (for free).

  mkdir -p /letsencrypt && touch /letsencrypt/acme.json && chmod 600 /letsencrypt/acme.json

To deploy for the first time:

  kamal setup

This will install Docker, and then the app, Traefik and PostgreSQL in separate containers on your host.

You can check the deploy status with:

  kamal detail

And for later deploys, as you make additional changes, this will just deploy the code:

  kamal deploy

Licensing

WorkyPad is Copyright © 2023 Carson Cole. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

workpad's People

Contributors

carsoncole avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.