Coder Social home page Coder Social logo

avo-debug's Introduction

Sixty AI Core

Setup

First setup Homebrew, and make sure everything is up to date.

Next, make sure your maximum open file limit is fairly large, and do so in a way that is permanent.

Clone this repo and cd into it. Run the following to set up tools:

brew install postgresql@14 rbenv-binstubs rbenv-gemset rbenv yarn nvm
rbenv install
gem update --system

Add the following to ~/.profile / ~/.zshrc / whatever startup script your shell uses:

# Adjust as-needed, but make sure /usr/local/{bin,sbin} appear _before_ system bin paths!
export PATH="~/.rbenv/shims:/usr/local/bin:/usr/local/sbin:$PATH"

You will need NodeJS. It's recommended that you use nvm (brew install nvm, then update RC files as appropriate), but any sufficiently recent version of Node should be adequate.

To install / upgrade to what we're using:

nvm install
npm install --no-progress --global npm@"$(<.npmrc)"
npm install --no-progress --global yarn@"$(<.yarnrc)"

Then run the following commands to finish setup:

gem install bundler:$(grep -A 1 'BUNDLED WITH' Gemfile.lock | tail -1 | awk '{ print $1 }')
bundle
rbenv rehash # Needed when adding gems that have binaries...
yarn install --link-duplicates --ignore-optional --check-files # Link-dupes and ignore-optional are optional but recommended.

rake db:create:all db:migrate db:seed

avo-debug's People

Contributors

dependabot[bot] avatar mrjoy 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.