-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Work Together To Install plots2 on your Local Machine(Setup) #10844
Comments
Leave a comment here with the details of the errors you're facing. Thank you! |
HI @TildaDares , I have been able to run infragram on my local machine , do I need to install plot2 in order to work on this project |
Hi @akanbifatimah, no you don't have to install plots2. |
alright,Thank you |
Hi @ishikajn8126, have you installed |
Hi @TildaDares I'm participating on outreachy, do we have to contribute to the project that listed for the outreachy, or we can contribute to other repo too? Thanks! |
Hi @untari, you can contribute to other repos too. thanks |
Hi @cesswairimu, noted with thanks! |
@ishikajn8126, it appears we may have run into the same issue. My Mac would not download If you're experiencing the same, please reach out to me. I found a quick and easy way to bypass this. Also, please be advised that many in the community work exclusively with/through gitpod, it's a great alternative to setting up your local environment and you'll be immediately up and running. |
Hey @TildaDares, yeah i seem to have skipped the prerequisities... |
Hey @stephaniequintana! Thanks a lot for offering support!! |
@TildaDares I was able to resolve this issue 4396 . The error occurs when step 6 of the installation guide is skipped. |
Hello @stephaniequintana. So I did try starting the app on gitpod. But got this error: Have you been able to succesfully run the app on gitpod? |
@PeculiarE, the original error I was referring to, above, is the one pertaining to the SSL Certificate problem. I solved that on (on my Mac) by bypassing the curl security and I was then, finally, able to download rvm. I was still unable to setup my local environment, view the thread starting here: #4936 (comment). To your specific question, I did finally get GitPod to run successfully. I cannot advise you on what to do, but I will tell you what I did. I'm sorry I cannot provide more specific direction. Although, I do highly recommend asking the group. I'm a bit blown away by the knowledge and willingness to help that everyone here seems to have ❤️ |
Hi @ishikajn8126, do you have nodejs installed? You can install it by running |
Thank you, @stephaniequintana. So, I wasn't running GitPod on my fork but directly from the main repo. Even tried setting it up on my local machine but kept on encountering one error or the other. Eventually, I followed your advice: deleted my existing fork, re-forked, and then tried running it again on GitPod. Had to change the db configuration in the database.yml file to an sqlite3 db before it eventually worked 🎉. Thank you so much! P.S. Did you have to tweak your database.yml file as well? Or it worked for you right out of the bag? |
@ishikajn8126 When I tried setting up the project on my machine too, I faced this error even though I had nodejs already installed. But luckily for me, the error message also told me the command to run to fix it. The command was quite long and I can't remember it exactly. And sadly, recent console messages in my terminal have overwritten it. 😢 😞 I would suggest exactly what @stephaniequintana said. Try running the project on GitPod instead. It will save you time because even though I fixed this error you're facing now, I encountered like 6 more ahead and the app didn't still run perfectly after trying to fix all of them. If you do have any issues running it on GitPod, please feel free to reach out to either me or Stephanie as it is working quite well for both of us 😄 |
Hello @TildaDares , Especially,
I ran into error message related to webpack and manifest.json which I solved with this command: I could update it 🙂 |
@PeculiarE, I'm so glad to learn you're up and running.
I actually tweaked the file (commented out the sql directive) initially. Though I meant to, I never went back to see if it would worked without the directive commented out. Honestly, I experienced so many issues trying to set up locally that once I realized I can work (and gain experience) with GitPod, I never looked back. When I find some time, I will try again (bc I LOVE my VScode setup), but the errors I encountered and the (embarrassingly) amount of time I wasted coupled with the time constraints were outweighed by my excitement to get started. @ishikajn8126, I hope you're finally set up, too. If not, @PeculiarE makes an excellent point towards the time you will save (and from our personal experience, the errors you are likely to encounter in the upcoming steps). Cheers, all - I hope everyone is having a great day! |
@PeculiarE here is the solution #4396 (comment) |
Hi @illyShelly, thank you for the observation! We no longer make use of the |
@TildaDares got it 😄 I have no idea how I get there. Thank you. |
@Ademola101 please reject it. Type |
@kunmi02 Thank you. However, I am getting this error after I start the server by passenger start |
@Ademola101 Kindly follow the steps I shared here #10844 (comment) |
My development server is so slow and often bring out this error: The Phusion Passenger(R) application server tried to start the web application, but this took too much time, so Passenger put a stop to that. The stdout/stderr output of the subprocess so far is: |
Hey @Ademola101 Have you been able to resolve the issue? If you look at the passenger server, you should some errors on the server. Can you share what you see on the server here ? |
@kunmi02 this is the error |
@Ademola101 That is not the actual error. Kindly look again. There should be something you can point that could be cause of the erro. Probably database error or something |
@TildaDares I'm getting this error previously I was getting issues while running on Ubuntu. So I switched to Gitpod (earlier comments suggested this way) but I'm getting this issue. |
Hi @udyanojha, I experienced the same on my end on gitpod ; running |
Thank you so much! |
Hi @hsadia538, have you ran |
Yes I have, still the same issue. |
I was able to do the setup with Gitpod and it's running. Thank you to all who commented here and suggested this way. |
Hi @hsadia538, can you try creating a new user and see if that works? |
@hsadia538 , delete the old fork and try reforking. |
@Forchapeatl This was my 3rd time reforking the repo and using gitpod to run it. |
@hsadia538 what database are you using Mysql or Sqlite ? |
|
@hsadia538 , okay don't edit anything , just follow steps 5,6,7,8 and tell me how it goes https://github.com/publiclab/plots2/#readme |
of the standard installation |
IT WORKED!!! No idea what really happened, but I reforked. Redid all the steps 5,6,7,8 mentioned here as per @Forchapeatl's advice. Got stuck at THANKS ALOT everyone in this thread. special thanks to @Forchapeatl and @kunmi02 . You guys are amazing! |
you are welcome @hsadia538 |
Hi @AndroGenius-codes, can you try stopping and starting the server? |
Hi everyone, welcome to Public Lab🎈. This issue is meant to help you resolve any errors you might be getting while installing plots2 on your local machine or document the steps you took to resolve the error.
💻 🎥 Installation video: watch this excellent video of the GitPod install process running, by @AndroGenius-codes: #11467
If you were able to resolve an issue someone else was facing, you can outline the steps you took to resolve the error. Also, if you were able to solve the error, report back with the steps you took to solve the error.
You can also take a look at our previous setup issue to look for solutions to errors you might be facing.
Thank you for contributing to Public Lab.
Also a heads up: if you are installing the
plots2
project on your local, maybe consider using sqlite3 for database. On step 7 choose the second option,
As we are having issues reported by folks using
mysql2
(read more)Originally posted by @cesswairimu in #10840 (comment)
The text was updated successfully, but these errors were encountered: