AsyncGo: More mindful collaboration
AsyncGo helps your team improve how you work, no meetings necessary. Simply raise a tension, have a discussion, and make a change.
.ruby-version
)
bundle install
bin/yarn install
bin/rails db:create
bin/rails db:migrate
(you can also use bin/rails db:seed
if you want
sample data loaded.)bin/rails server
The Client ID and Secret should be used instead of [REDACTED]
. Please don't
save the Client ID or Client Secret anywhere online or locally other than in the
.env
file.
Client IDs and secrets are set up in the developer tooling for each service.
.env
file in the root of your local copy of the projectGOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
Here's what a .env
file looks like
GOOGLE_CLIENT_ID=[REDACTED]
GOOGLE_CLIENT_SECRET=[REDACTED]
.env
file in the root of your local copy of the projectGITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
Here's what a .env
file looks like
GITHUB_CLIENT_ID=[REDACTED]
GITHUB_CLIENT_SECRET=[REDACTED]
rake send_digest_emails
emails a list of unread notifications to every userBlazer uses hard-coded user authentication. It checks if the user email ends
with @asyncgo.com
, but you can change this to meet your needs.
Dockerfiles are in the root of this repo. If you update the versions, update the versions in the container label.
If you are using an M1 Mac you need to build for Linux
docker buildx build --platform linux/amd64 --push -t\
j4yav/ruby-yarn:3.1.0-1.22.18-1 . -f Dockerfile
docker buildx build --platform linux/amd64 --push -t\
j4yav/ruby-yarn-chromium:3.1.0-1.22.18-1-99.0.4844.51-1 . -f Dockerfile.system