Giter Club home page Giter Club logo

ecommerce-appsignal-integration's Introduction

README

Prerequisite

Ruby installation using RVM or Rbenv

RVM installation

\curl -sSL https://get.rvm.io | bash

Install Ruby version through RVM for Intel computers

rvm install 3.1.4

Install Ruby version through RVM for silicon chip Mac

brew uninstall --ignore-dependencies openssl@3
brew reinstall [email protected]
rvm install 3.1.4

OR

rvm install ruby-3.1.4 --with-openssl-dir=/opt/homebrew/opt/[email protected]

Use Ruby version

rvm use 3.1.4

Install Ruby with rbenv

brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.zshrc 
rbenv install 3.1.4
rbenv global 3.1.4
rbenv rehash

Setup postgres

brew install postgresql@14

Start PostgreSQL

brew services start postgresql@14

Setup the project

gem install bundler

For MacOS (likely M-chip), in case you run into an issue related to NSCFConstantString, run commands:

spring stop
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

See Reference - NSCFConstantString

Rails installation

bundle install

Setup project database

rails db:setup

Run rails migration to create the db tables

rails db:migrate

Run rails seed

rails db:seed

Start the Rails server

rails s

appsignal setup

replace APPSIGNAL_PUSH_API_KEY in appsignal.yml with your key from appsignal

push_api_key: "<%= ENV['APPSIGNAL_PUSH_API_KEY'] %>"

ecommerce-appsignal-integration's People

Contributors

danielamah avatar

Watchers

 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.