This is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
We are moving away from using Bower to manage our application dependencies, as it has been deprecated. We would like to remove a postinstall script in our package.json
file that is still creating symlinks to bower components.
This one is simple - lets remove the following lines:
https://github.com/publiclab/plots2/blob/205653b9e10eed21716f3f61281bc9c4574933f2/package.json#L6-L8
What to change them to:
Nothing. We may eventually add a new postinstall script but for now we are just removing it altogether.
Thanks!!
If you need any help - here are some options:
hey @emestabillo, you can start working on this one. Thanks!
Hi @gauravano ,
Following are screenshots from my dev setup as requested:
yarn install
passenger start
gives me 502 Bad Gateway nginx/1.15.8
The regular rails s
command seems to load the app. Can I just use this?
@emestabillo I am not sure about resolving that specific error and maybe @gauravano can advice on that but you can definitely just use rails s
👍
Hi @emestabillo, I tried passenger start
on my system and it worked fine. I think it has something to do with your passenger setup but not quite sure as I am not a regular user of passenger myself (I use WEBrick most of the time).
I found some links - https://stackoverflow.com/questions/51889368/rails-nginx-passenger-error-phusion-passenger-doesnt-seem-to-be-running?rq=1
https://github.com/phusion/passenger/issues/1469
You can try them and maybe @jywarren can help here.
Thank you for the response @CleverFool77 ! I did try it with ‘rails s’, it loaded without the assets. I’ve just been assigned my first task and i dont think it will be a conflict for now (it
you said assets weren't loaded when you ran server with rails s
but as per the above screenshot, the whole setup seems fine. The view seems different because at publiclab.org, the carousel, footer, etc are features i.e., their code is stored in the production database and that's why you are not able to see that in your local app.
Thanks!
Awesome! Thank you for the feedback @gauravano @sashadev-sky !!
Most helpful comment
@emestabillo I am not sure about resolving that specific error and maybe @gauravano can advice on that but you can definitely just use
rails s
👍