-
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
[Setup] Work together to install plots2 on your computer #3840
Comments
Please leave comments here if you have trouble, and @publiclab/mentors and others will help each other out! |
Hi, I've had smooth sailing installing plots 2, but I'm having trouble running Phusion Passenger. I've followed the standard installation procedure outlined on the readme until step 9, when I get the following error: Here's the log file, which is quite large: Thanks for your time! |
@publiclab/mentors, could you help @JonathanXu1? |
Hi, @JonathanXu1 -- and thanks @milaaraujo for highlighting this. @JonathanXu1 is it possible you're running this within Windows? I see a reference to Microsoft deep in the logs. If so, perhaps take a look at #3800 and response by @gauravano:
I see:
Hmm, actually i see you're in Ubuntu... this is mysterious -- i use Ubuntu myself! I tried searching for the error itself: I'm not sure what to try next, but if you get really stuck, email me at web@publiclab.org and we can get you a Cloud9 invite to try on their cloud: https://aws.amazon.com/cloud9/?origin=c9io Sorry you're having trouble! |
Really sorry about not clarifying my operating system. I'm using Ubuntu on the Linux subsystem of Windows. I couldn't find a solution for my problem, so I'm going to request a Cloud9 invite. Thanks for your help! |
OK, that accounts for the "Microsoft" message ... thank you! I invited you,
too!
…On Fri, Nov 2, 2018 at 9:23 AM Jonathan Xu ***@***.***> wrote:
Really sorry about not clarifying my operating system. I'm using Ubuntu on
the Linux subsystem of Windows. I couldn't find a solution for my problem,
so I'm going to request a Cloud9 invite. Thanks for your help!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3840 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJytPl08f8TS19A3O8VZz_xJCAn_Hks5urEcsgaJpZM4YBH8F>
.
|
Hello, |
Have folks using cloud9 had success? Hi @shriyakaneriya - i'll check out your other page, thanks. |
I see at least one person using Cloud9 has the error |
Indeed, the Cloud9 instructions had not updated the Here's the change I just made: Line 11 in 1c7f7ee
Sorry if this was getting people stuck!!! |
Also, if you are using cloudnine, once you begin, you should be able to run
|
Also just linked in an issue via #3914 where it looks like |
The only problem I had was that I needed to modify the ruby version in
|
ah, can you paste your test failures into a Gist at https://gist.github.com
so we can see? Hopefully we can help you resolve them.
…On Tue, Nov 13, 2018 at 8:30 AM Cheong Sik Feng ***@***.***> wrote:
The only problem I had was that I needed to modify the ruby version in
Gemfile (2.5.3 for me in ArchLinux instead of 2.4.4)
rails test -d gives 2 fails for me
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3840 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ47du9ZQ7J8qdWz2RjJPiDe3YDAKks5uuslXgaJpZM4YBH8F>
.
|
I have put them here https://github.com/sikfeng/plots2/tree/master/test/reports |
Hi. Who can help me with
|
Hi... Here is full log : help! |
Hi I am a GCI participant who just figured out how to set up plots2 on my local machine. It is working surprisingly well and the instructions to set it up were very clear. Great job Public Lab! |
Also just installed it for GCI. Also, the app has a surprisingly good code, so congratulations on your team for keeping the code quality on the high level. |
Welcome! Getting set up can be tough, but if we work together, we can get past many of the common roadblocks that first-time contributors encounter! 🎉
👀 See this page to get started: https://github.com/publiclab/plots2#installation
🖥 If you have a Windows machine, see: https://gorails.com/setup/windows/10
☁️ Or consider using Codenvy at https://codenvy.io (no invite required!)
🤝 Share the issues you encounter along the way and help others solve theirs. 💬 Chime in below in a comment to cooperate with others who are also
working on this task.
✋ Report back at the above issue once you succeed, to encourage others and share what worked for you!
Noting that due to recent install of
webpacker
there's an extra step needed, apologies if this has caused you trouble!For now, you have to create a
manifest.js
file, following the steps shown here: https://stackoverflow.com/questions/58339607/why-does-rails-fails-to-boot-with-expected-to-find-a-manifest-file-in-app-asse#answer-58370129:~:text=Easy%20Steps%20To%20Solve%20the%20Problem%3AThe error you may see for which this is the solution is:
The steps are:
$ mkdir -p app/assets/config
$ touch app/assets/config/manifest.js (not the root rails directory)
Then copy and paste the following into the manifest.js file you just created:
If you have a precompile array in your
app/config/
folder (see below for an example) e.g.app/config/production.rb
then perhaps you should move them over to yourmanifest.js
if they are not already accessed above.(added by @jywarren)
The text was updated successfully, but these errors were encountered: