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

Automatic Installation Script #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhishekmittal09
Copy link
Contributor

Installs Mono
Installs OmniSharpServer
Creates Csharp workspace
Starts Server

@nosami
Copy link
Contributor

nosami commented Jul 12, 2014

Thanks for that! I think it might be better as a wiki page though, so that other people can edit it if they want (I don't use Ubuntu, so have no idea if the instructions end up being stale, or which versions of Ubuntu this would work on).

p.s. using the -v flag is useful for development, but not good when you use it for real. The console logging is a blocking operation so it slows everything down quite significantly.

@@ -0,0 +1,23 @@
USER="ubuntu" #your username
HOME="/home/$USER"
INSTALL_DIR_OMNISHARPSERVER="$HOME"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't $HOME already a predefined environment variable on Ubuntu?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah $HOME is predefined environment variable, but still it's always safer to redefine all the variables, in order to avoid any discrepancy..

@abhishekmittal09
Copy link
Contributor Author

I have tested the script on ubuntu versions 12.04 and 14.04. I think the scripts would work fine for ubuntu versions >= 12.04 and thanks for the info, I'll remove -v from OmniSharp execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants