Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help with linux

  • 27-11-2013 10:30am
    #1
    Registered Users, Registered Users 2 Posts: 2,909 ✭✭✭


    I am a complete noob when it comes to linux. I have only started using it as my new job requires that I use it. As part of this, I have been asked to setup a linux box with some specific software which runs off of apache tomcat (which I have isntalled). However in the installation instructions for this software it states

    "If you want Proteios SE to be installed under directory $CATALINA_HOME/webapps/proteios/, simply set $CATALINA_BASE to the same value as $CATALINA_HOME."

    I don't know how to set the Base to the same value as Home. Anyone able to provide assitance?

    (this is the software I am trying to install http://www.proteios.org/trac/wiki/NewLinuxInstall2 )

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,931 ✭✭✭PrzemoF


    Now, how did you set the $CATALINA_BASE ?
    This will be helpful for you:
    http://www.codecoffee.com/tipsforlinux/articles/030.html

    P.S.
    "I am a complete noob when it comes to linux. I have only started using it as my new job requires that I use it. As part of this, I have been asked to setup a linux box with some specific software which runs off of apache tomcat (which I have isntalled)."

    That sounds really interesting.. :eek:


  • Registered Users, Registered Users 2 Posts: 2,909 ✭✭✭sarumite


    PrzemoF wrote: »
    Now, how did you set the $CATALINA_BASE ?
    This will be helpful for you:
    http://www.codecoffee.com/tipsforlinux/articles/030.html

    P.S.
    "I am a complete noob when it comes to linux. I have only started using it as my new job requires that I use it. As part of this, I have been asked to setup a linux box with some specific software which runs off of apache tomcat (which I have isntalled)."

    That sounds really interesting.. :eek:

    Thanks.

    Yeah, I am total noob when it comes to linux. The first time I ever used it was 3 weeks ago when I installed Ununtu onto the computer and started with trying to get mysql, java and tomcat to work (having never heard of mysql or tomcat prior to this experience). The software is specific for proteomic mass spectrometry data storage and analysis which is something I do know about, but setting it up is something I am having a lot of difficulty with.


  • Registered Users, Registered Users 2 Posts: 1,931 ✭✭✭PrzemoF


    Comparing to proteomic mass spectrometry linux is probably easy :D
    How's that going for you? Do you need more help?


  • Moderators, Technology & Internet Moderators Posts: 1,336 Mod ✭✭✭✭croo


    If you download & install Ubuntu Server - rather then the usual Desktop there should be an option on installation to install as a LAMP server (LAMP being Linux, Apache (Webserver), Mysql & PHP (or sometimes Perl or Pyton). This is by far the easiest way in my experience.

    Failing this I found that installing XAMPP was a easy way for people that knew nothing about LAMP to install.
    In this case X replaces L because it can also be installed on windows!


  • Registered Users, Registered Users 2 Posts: 710 ✭✭✭mad turnip


    croo wrote: »
    If you download & install Ubuntu Server - rather then the usual Desktop there should be an option on installation to install as a LAMP server (LAMP being Linux, Apache (Webserver), Mysql & PHP (or sometimes Perl or Pyton). This is by far the easiest way in my experience.

    Failing this I found that installing XAMPP was a easy way for people that knew nothing about LAMP to install.
    In this case X replaces L because it can also be installed on windows!

    sudo apt-get install lamp-server^

    If I seen anyone attempt to install xampp in the workplace, I may have to shoot them.

    actually just to be clear apache tomcat is different from apache httpd. (apache httpd is what comes bundled with xamp and lamp)

    "If you want Proteios SE to be installed under directory $CATALINA_HOME/webapps/proteios/, simply set $CATALINA_BASE to the same value as $CATALINA_HOME."

    I don't believe you need this feature. You can ignore / disable it.
    The software is specific for proteomic mass spectrometry data storage and analysis which is something I do know about, but setting it up is something I am having a lot of difficulty with.

    Is this something that is required for your mass spectrometry?


  • Advertisement
Advertisement