sourcerer-app icon indicating copy to clipboard operation
sourcerer-app copied to clipboard

Lack of Windows install instructions

Open wojtekmaj opened this issue 5 years ago • 15 comments

On this page: https://sourcerer.io/howitworks#app there's only a link to download a source code or an instruction to run curl -s https://sourcerer.io/app/install | bash command. This, however, doesn't work on Windows. What am I supposed to do to install the app on Windows?

wojtekmaj avatar Sep 20 '18 07:09 wojtekmaj

Hi wojtekmaj, I have installed gitbash on windows that allows me to run unix commands on windows. Install gitbash for windows from here https://gitforwindows.org/. See the sample run of "curl -s https://sourcerer.io/app/install | bash" $ curl -s https://sourcerer.io/app/install |bash Installing sourcerer app.. We installed app to ~/.sourcerer/sourcerer. You can add it to $PATH or run specified command to finish installation: sudo ln -s /c/Users/.sourcerer/sourcerer /usr/local/bin/sourcerer Then run sourcerer to start hashing your repos!

subramanya avatar Sep 24 '18 06:09 subramanya

Hi @wojtekmaj ,

I will update Windows instructions shortly.

sergey48k avatar Sep 24 '18 15:09 sergey48k

Okay i understood that my /usr/local/bin/sourcerer is C:/Windows/System32 But now when i run sourcerer it ask me with wich app i want to open it... what i need to do?

arturmamedov avatar Nov 16 '18 23:11 arturmamedov

In windows, sourcerer is installed at C:\Users\windowsuser\.sourcerer You can install sourcerer in windows by using git bash then run the command curl -s https://sourcerer.io/app/install | bash After installing, to run sourcerer, run the following command java -jar sourcerer.jar Ensure JAVA PATH is set up well in your environment variables (You should also be using the latest version of JDK).

Once you run java -jar sourcerer.jar, enter your username and password. (These are sent to your email. Incase they were not sent when you signed up to Sourcerer, head to https://sourcerer.io then reset your password using the Forgot option)

Now copy your repo path and add it.

mutiemule avatar Jan 01 '19 15:01 mutiemule

Hey there everyone. I know this may seem like a generally older thread, however I am asking for some kindness to a new practitioner. How exactly do I connect and actively display my Github information? I know this may not work properly as i do not have much on my Github profile (I am just starting out as a Bootcamp student) however I want to get it set up now so it logs over the next 1.25 years as I progress through my curriculum. Hoping someone can explain this in simple terms. Also I should note I am running on a Windows 10 operating system.

JoshuaVandergriff avatar Feb 11 '19 01:02 JoshuaVandergriff

hi @JoshuaVandergriff ,

If your repos are public, you can just login to sourcerer with github: https://sourcerer.io/start

S.

sergey48k avatar Feb 11 '19 02:02 sergey48k

But if you want to do the local repos, just follow the instructions above by @mutiemule

sergey48k avatar Feb 11 '19 02:02 sergey48k

When I run java -jar sourcerer.jar, getting the error message Error: Invalid or corrupt jarfile sourcerer.jar. How to fix this issue?

raa-zez avatar Oct 09 '19 16:10 raa-zez

@yaronskaya what do you think? wrong java version?

sergey48k avatar Oct 09 '19 18:10 sergey48k

@raa-zez what is your java version?

yaronskaya avatar Oct 10 '19 07:10 yaronskaya

In windows, sourcerer is installed at C:\Users\windowsuser\.sourcerer You can install sourcerer in windows by using git bash then run the command curl -s https://sourcerer.io/app/install | bash After installing, to run sourcerer, run the following command java -jar sourcerer.jar Ensure JAVA PATH is set up well in your environment variables (You should also be using the latest version of JDK).

Once you run java -jar sourcerer.jar, enter your username and password. (These are sent to your email. Incase they were not sent when you signed up to Sourcerer, head to https://sourcerer.io then reset your password using the Forgot option)

Now copy your repo path and add it.

Hi @mutiemule , Awesome! That worked. Any example on how to specify the repos?

prabhuSub avatar Aug 02 '20 01:08 prabhuSub

@prabhuSub

Steps:

  1. Start the Sourcerer App & specify the repositories folder(s) on your machine sourcerer_app

  2. Track the projects (you have the choice to whether hash[count] your contributions for a project) sourcerer_app_tracking_projects

  3. Finished Hashing your contributions (commits) sourcerer_app_finished_hashing

  4. Finished tracking projects sourcerer_app_finished_tracking_projects

Finally, the stats take a while to show up on your profile depending on how many projects you added for tracking.

For any help related to the sourcerer app, below are the available commands or simple type java -jar sourcerer.jar --help

sourcerer_app_help

iamsainikhil avatar Nov 22 '20 03:11 iamsainikhil

I have run curl -s https://sourcerer.io/app/install | bash on my gitbash, (I am using Windows 10.0.18363, so I have installed cRUL) However, I could not see any installation process, and I can not found any file named .sourcerer under my C:/Users/windowsUserName

Does anyone have the same problem as me? error

Yue-Q avatar Dec 11 '20 06:12 Yue-Q

@Yue-Q don't worry about it. Sourcerer had shutdown its services.

https://github.com/sourcerer-io/sourcerer-app/issues/632#issue-755331385

iamsainikhil avatar Dec 11 '20 18:12 iamsainikhil

@Yue-Q don't worry about it. Sourcerer had shutdown its services.

#632 (comment)

Thanks for your update, sorry to see sourcerer.io has gone

Yue-Q avatar Dec 11 '20 19:12 Yue-Q