Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Gitpod for this project #16

Open
harsh183 opened this issue Jun 19, 2020 · 1 comment
Open

Setup Gitpod for this project #16

harsh183 opened this issue Jun 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@harsh183
Copy link
Collaborator

I took a stab at it and it might have some complications but it seems worthwhile.

For context Gitpod is a VSCode based Cloud IDE that gets you started with the github URL.
https://gitpod.io/#https://github.com/dsc-umass/project-matching

Literally click that link and it clones the project and sets up some repo things.

image

Then just perform these steps and create a Pull Request. The docker step might might pose complexity so @abhinavtripathy can help out as well.

Once you're done you can add a badge like
Gitpod ready-to-code

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/dsc-umass/project-matching)
@harsh183 harsh183 added the enhancement New feature or request label Jun 19, 2020
@harsh183 harsh183 added the good first issue Good for newcomers label Jun 19, 2020
@abhinavtripathy abhinavtripathy self-assigned this Jun 19, 2020
@harsh183
Copy link
Collaborator Author

I tried using this but it's still missing a few things.

  • The gemfile has ruby version 2.7 but the system has 2.6.6 installed. Maybe we can just remove the ruby version from the gemfile?

  • PostgreSQL is not installed - following this might be helpful

  • The yarn packages had some integrity issue so I had to run a command for that

  • The system greets us with the warning

     [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'production'`, and stop using this flag
    

@Saakshaat Saakshaat added this to the Set Up milestone Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants