From steffener at gmail.com Thu Mar 27 13:50:26 2014 From: steffener at gmail.com (Jason Steffener) Date: Thu, 27 Mar 2014 13:50:26 -0400 Subject: [Loris-dev] Loris install Message-ID: Dear Loris developers, I am trying to install LORIS on my system. I get to the top of page 2 of the installation guide. I am running install.sh I get prompted for Enter www host: Enter www url: What do I enter here? And once I complete the install, then what? Where do I access the interface to LORIS to start using it? Thank you, Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: From christine.rogers at mcgill.ca Thu Mar 27 14:17:53 2014 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Thu, 27 Mar 2014 14:17:53 -0400 Subject: [Loris-dev] Loris install In-Reply-To: References: Message-ID: Hi Jason, Thanks for your email. You may be running an outdated version of the Loris install script, as the current version of the Install script doesn't include these prompts. To update your code from aces/master, run (from your /var/www/loris/ directory): > git pull After you complete the initial installation steps, you should be able to log into LORIS at http://localhost (in a browser) on your machine. Once the install steps are complete, continue on to the Developers Guide [ https://docs.google.com/document/d/129T2SfqzKTTOkoXRykzCLe5Vy70A9Dzjw1O3vqgwsPQ ] -- this will help you configure LORIS for your study / dataset. Best, Christine Rogers -- christine.rogers at mcgill.ca LORIS data systems ACElabs | McConnell Brain Imaging Centre Montreal Neurological Institute On Thu, Mar 27, 2014 at 1:50 PM, Jason Steffener wrote: > Dear Loris developers, > I am trying to install LORIS on my system. I get to the top of page 2 of the > installation guide. I am running > install.sh > > I get prompted for > Enter www host: > Enter www url: > > What do I enter here? > > > And once I complete the install, then what? Where do I access the interface > to LORIS to start using it? > > Thank you, > Jason > > > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > From steffener at gmail.com Thu Mar 27 15:02:07 2014 From: steffener at gmail.com (Jason Steffener) Date: Thu, 27 Mar 2014 15:02:07 -0400 Subject: [Loris-dev] Loris install In-Reply-To: References: Message-ID: Dear Christine, Hello. You were absolutely correct, I was using an old fork of Loris-Trunk. I "re-forked" and I got further. But I still get an error! And when I go to http://localhost I still get the apache test page. I also pasted the log information below. Thank you for any guidance. Jason What is the database name? Loris Database host? localhost What MySQL user will Loris connect as? lorisuser What is the password for MySQL user 'lorisuser'? Re-enter the password to check for accuracy Enter the front-end Loris 'admin' user's password: Re-enter the password to check for accuracy Existing root MySQL username: root MySQL password for user 'root': Re-enter the password to check for accuracy Enter project name: iLS Attempting to create the MySQL database 'Loris' ... Attempting to create and grant privileges to MySQL user 'lorisuser'@'localhost' ... Creating database tables from schema. Updating Loris admin user's password. Creating config file. Would you like to install PEAR libraries (affects system files)? [yn] n Not installing PEAR libraries. Would you like to automatically create/install apache config files? [yn] y tee: /etc/apache2/sites-available/iLS: No such file or directory sudo: a2dissite: command not found sudo: a2ensite: command not found Installation complete. On Thu, Mar 27, 2014 at 2:17 PM, Christine Rogers < christine.rogers at mcgill.ca> wrote: > Hi Jason, > Thanks for your email. > You may be running an outdated version of the Loris install script, as > the current version of the Install script doesn't include these > prompts. > > To update your code from aces/master, run (from your /var/www/loris/ > directory): > > git pull > > After you complete the initial installation steps, you should be able > to log into LORIS at http://localhost (in a browser) on your machine. > > Once the install steps are complete, continue on to the Developers > Guide [ > https://docs.google.com/document/d/129T2SfqzKTTOkoXRykzCLe5Vy70A9Dzjw1O3vqgwsPQ > ] -- this will help you configure LORIS for your study / dataset. > > Best, > Christine Rogers > -- > christine.rogers at mcgill.ca > LORIS data systems > ACElabs | McConnell Brain Imaging Centre > Montreal Neurological Institute > > > On Thu, Mar 27, 2014 at 1:50 PM, Jason Steffener > wrote: > > Dear Loris developers, > > I am trying to install LORIS on my system. I get to the top of page 2 of > the > > installation guide. I am running > > install.sh > > > > I get prompted for > > Enter www host: > > Enter www url: > > > > What do I enter here? > > > > > > And once I complete the install, then what? Where do I access the > interface > > to LORIS to start using it? > > > > Thank you, > > Jason > > > > > > > > _______________________________________________ > > Loris-dev mailing list > > Loris-dev at bic.mni.mcgill.ca > > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From christine.rogers at mcgill.ca Thu Mar 27 15:21:42 2014 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Thu, 27 Mar 2014 15:21:42 -0400 Subject: [Loris-dev] Loris install In-Reply-To: <12933_1395946932_533475B4_12933_30_2_f553eb24d1094dae846683890ae3f637@EXHUB2010-1.campus.MCGILL.CA> References: <12933_1395946932_533475B4_12933_30_2_f553eb24d1094dae846683890ae3f637@EXHUB2010-1.campus.MCGILL.CA> Message-ID: Hi Jason, Glad the code update worked. Re the apache error: Are all the packages mentioned in section A1 installed on your system? Specifically, Apache2 (libapache2-mod-php5)? Christine On Thu, Mar 27, 2014 at 3:02 PM, Jason Steffener wrote: > Dear Christine, > Hello. You were absolutely correct, I was using an old fork of Loris-Trunk. > I "re-forked" and I got further. > But I still get an error! > > And when I go to http://localhost > I still get the apache test page. > > I also pasted the log information below. > > Thank you for any guidance. > Jason > > > > > What is the database name? Loris > Database host? localhost > What MySQL user will Loris connect as? lorisuser > What is the password for MySQL user 'lorisuser'? > Re-enter the password to check for accuracy > Enter the front-end Loris 'admin' user's password: > Re-enter the password to check for accuracy > Existing root MySQL username: root > MySQL password for user 'root': > Re-enter the password to check for accuracy > Enter project name: iLS > > Attempting to create the MySQL database 'Loris' ... > > Attempting to create and grant privileges to MySQL user > 'lorisuser'@'localhost' ... > > Creating database tables from schema. > > Updating Loris admin user's password. > > Creating config file. > Would you like to install PEAR libraries (affects system files)? [yn] n > Not installing PEAR libraries. > Would you like to automatically create/install apache config files? [yn] y > tee: /etc/apache2/sites-available/iLS: No such file or directory > sudo: a2dissite: command not found > sudo: a2ensite: command not found > Installation complete. > > > > > > On Thu, Mar 27, 2014 at 2:17 PM, Christine Rogers > wrote: >> >> Hi Jason, >> Thanks for your email. >> You may be running an outdated version of the Loris install script, as >> the current version of the Install script doesn't include these >> prompts. >> >> To update your code from aces/master, run (from your /var/www/loris/ >> directory): >> > git pull >> >> After you complete the initial installation steps, you should be able >> to log into LORIS at http://localhost (in a browser) on your machine. >> >> Once the install steps are complete, continue on to the Developers >> Guide [ >> https://docs.google.com/document/d/129T2SfqzKTTOkoXRykzCLe5Vy70A9Dzjw1O3vqgwsPQ >> ] -- this will help you configure LORIS for your study / dataset. >> >> Best, >> Christine Rogers >> -- >> christine.rogers at mcgill.ca >> LORIS data systems >> ACElabs | McConnell Brain Imaging Centre >> Montreal Neurological Institute >> >> >> On Thu, Mar 27, 2014 at 1:50 PM, Jason Steffener >> wrote: >> > Dear Loris developers, >> > I am trying to install LORIS on my system. I get to the top of page 2 of >> > the >> > installation guide. I am running >> > install.sh >> > >> > I get prompted for >> > Enter www host: >> > Enter www url: >> > >> > What do I enter here? >> > >> > >> > And once I complete the install, then what? Where do I access the >> > interface >> > to LORIS to start using it? >> > >> > Thank you, >> > Jason >> > >> > >> > >> > _______________________________________________ >> > Loris-dev mailing list >> > Loris-dev at bic.mni.mcgill.ca >> > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> > > > -- christine.rogers at mcgill.ca 514.398.7210 NeuroDevNet LORIS data systems ACElabs | McConnell Brain Imaging Centre Montreal Neurological Institute From steffener at gmail.com Thu Mar 27 15:30:05 2014 From: steffener at gmail.com (Jason Steffener) Date: Thu, 27 Mar 2014 15:30:05 -0400 Subject: [Loris-dev] Loris install In-Reply-To: References: <12933_1395946932_533475B4_12933_30_2_f553eb24d1094dae846683890ae3f637@EXHUB2010-1.campus.MCGILL.CA> Message-ID: I will double check and get back to you on it. It may be a couple of days before I can work on this again though. Thank you again, Jason On Thu, Mar 27, 2014 at 3:21 PM, Christine Rogers < christine.rogers at mcgill.ca> wrote: > Hi Jason, > Glad the code update worked. > > Re the apache error: > Are all the packages mentioned in section A1 installed on your system? > Specifically, Apache2 (libapache2-mod-php5)? > > Christine > > On Thu, Mar 27, 2014 at 3:02 PM, Jason Steffener > wrote: > > Dear Christine, > > Hello. You were absolutely correct, I was using an old fork of > Loris-Trunk. > > I "re-forked" and I got further. > > But I still get an error! > > > > And when I go to http://localhost > > I still get the apache test page. > > > > I also pasted the log information below. > > > > Thank you for any guidance. > > Jason > > > > > > > > > > What is the database name? Loris > > Database host? localhost > > What MySQL user will Loris connect as? lorisuser > > What is the password for MySQL user 'lorisuser'? > > Re-enter the password to check for accuracy > > Enter the front-end Loris 'admin' user's password: > > Re-enter the password to check for accuracy > > Existing root MySQL username: root > > MySQL password for user 'root': > > Re-enter the password to check for accuracy > > Enter project name: iLS > > > > Attempting to create the MySQL database 'Loris' ... > > > > Attempting to create and grant privileges to MySQL user > > 'lorisuser'@'localhost' ... > > > > Creating database tables from schema. > > > > Updating Loris admin user's password. > > > > Creating config file. > > Would you like to install PEAR libraries (affects system files)? [yn] n > > Not installing PEAR libraries. > > Would you like to automatically create/install apache config files? [yn] > y > > tee: /etc/apache2/sites-available/iLS: No such file or directory > > sudo: a2dissite: command not found > > sudo: a2ensite: command not found > > Installation complete. > > > > > > > > > > > > On Thu, Mar 27, 2014 at 2:17 PM, Christine Rogers > > wrote: > >> > >> Hi Jason, > >> Thanks for your email. > >> You may be running an outdated version of the Loris install script, as > >> the current version of the Install script doesn't include these > >> prompts. > >> > >> To update your code from aces/master, run (from your /var/www/loris/ > >> directory): > >> > git pull > >> > >> After you complete the initial installation steps, you should be able > >> to log into LORIS at http://localhost (in a browser) on your machine. > >> > >> Once the install steps are complete, continue on to the Developers > >> Guide [ > >> > https://docs.google.com/document/d/129T2SfqzKTTOkoXRykzCLe5Vy70A9Dzjw1O3vqgwsPQ > >> ] -- this will help you configure LORIS for your study / dataset. > >> > >> Best, > >> Christine Rogers > >> -- > >> christine.rogers at mcgill.ca > >> LORIS data systems > >> ACElabs | McConnell Brain Imaging Centre > >> Montreal Neurological Institute > >> > >> > >> On Thu, Mar 27, 2014 at 1:50 PM, Jason Steffener > >> wrote: > >> > Dear Loris developers, > >> > I am trying to install LORIS on my system. I get to the top of page 2 > of > >> > the > >> > installation guide. I am running > >> > install.sh > >> > > >> > I get prompted for > >> > Enter www host: > >> > Enter www url: > >> > > >> > What do I enter here? > >> > > >> > > >> > And once I complete the install, then what? Where do I access the > >> > interface > >> > to LORIS to start using it? > >> > > >> > Thank you, > >> > Jason > >> > > >> > > >> > > >> > _______________________________________________ > >> > Loris-dev mailing list > >> > Loris-dev at bic.mni.mcgill.ca > >> > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > >> > > > > > > > > > -- > > christine.rogers at mcgill.ca > 514.398.7210 > NeuroDevNet LORIS data systems > ACElabs | McConnell Brain Imaging Centre > Montreal Neurological Institute > -------------- next part -------------- An HTML attachment was scrubbed... URL: