[xwiki-users] debian installer
Is there more information for the xwiki debian installer out there? Volker -- View this message in context: http://xwiki.475771.n2.nabble.com/debian-installer-tp7110261p7110261.html Sent from the XWiki- Users mailing list archive at Nabble.com.
What do you want to know ? On Tue, Dec 20, 2011 at 12:47 AM, Legeinfo <[email protected]> wrote:
Is there more information for the xwiki debian installer out there? Volker
-- View this message in context: http://xwiki.475771.n2.nabble.com/debian-installer-tp7110261p7110261.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker -- View this message in context: http://xwiki.475771.n2.nabble.com/debian-installer-tp7110261p7113420.html Sent from the XWiki- Users mailing list archive at Nabble.com.
And also: Do we have a documentation page somewhere on xwiki.org? Thanks -Vincent On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
Hi Volker, and sorry for the delay. @Vincent : The documentation is in the writting process. I hope I'll have some time to work on it. Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed): - tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java. The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out. To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically. We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs. Regards, Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
Hi Guillaume, in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org. Thanks in advance, Guillaume On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, It is planned, I still have some things to do on this documentation before the publish it. Moreover, we have still some problems with this package (during a reinstallation for example). I will notify you here when it'll be done Have a nice day Guillaume Fenollar 2012/1/17 Guillaume Lerouge <[email protected]>
Hi Guillaume,
in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org.
Thanks in advance,
Guillaume
On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
Hi, I'm working on the Administrator Guide. I included the documentation for debian package and I reorganized the installation methods, creating a page for single page for each method. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation I also move the Upgrade part to the main page of AdminGuide, to keep it easy to find. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WebHome Debian installer documentation is not exhaustive yet, it's more like a HowTo. I hope it will be useful nevetheless. Thanks, Guillaume Fenollar 2012/1/18 Guillaume Fenollar <[email protected]>
Hi,
It is planned, I still have some things to do on this documentation before the publish it. Moreover, we have still some problems with this package (during a reinstallation for example). I will notify you here when it'll be done
Have a nice day
Guillaume Fenollar
2012/1/17 Guillaume Lerouge <[email protected]>
Hi Guillaume,
in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org.
Thanks in advance,
Guillaume
On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.66.15
Pretty cool! That's exactly what I was looking for just last week. Thanks Guillaume. /Eric -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Guillaume Fenollar Sent: January 25, 2012 05:17 To: XWiki Users Subject: Re: [xwiki-users] debian installer Hi, I'm working on the Administrator Guide. I included the documentation for debian package and I reorganized the installation methods, creating a page for single page for each method. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation I also move the Upgrade part to the main page of AdminGuide, to keep it easy to find. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WebHome Debian installer documentation is not exhaustive yet, it's more like a HowTo. I hope it will be useful nevetheless. Thanks, Guillaume Fenollar 2012/1/18 Guillaume Fenollar <[email protected]>
Hi,
It is planned, I still have some things to do on this documentation before the publish it. Moreover, we have still some problems with this package (during a reinstallation for example). I will notify you here when it'll be done
Have a nice day
Guillaume Fenollar
2012/1/17 Guillaume Lerouge <[email protected]>
Hi Guillaume,
in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org.
Thanks in advance,
Guillaume
On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.66.15 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Guillaume, I'm afraid you didn't update the links after you moved content in new pages. For instance: * "Upgrade instructions below" on the installation section, * "Installing the Default Wiki XAR" on the upgrade section and possibly others are broken. Thanks, Marius On Wed, Jan 25, 2012 at 12:17 PM, Guillaume Fenollar <[email protected]> wrote:
Hi,
I'm working on the Administrator Guide. I included the documentation for debian package and I reorganized the installation methods, creating a page for single page for each method. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation
I also move the Upgrade part to the main page of AdminGuide, to keep it easy to find. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WebHome
Debian installer documentation is not exhaustive yet, it's more like a HowTo. I hope it will be useful nevetheless.
Thanks,
Guillaume Fenollar
2012/1/18 Guillaume Fenollar <[email protected]>
Hi,
It is planned, I still have some things to do on this documentation before the publish it. Moreover, we have still some problems with this package (during a reinstallation for example). I will notify you here when it'll be done
Have a nice day
Guillaume Fenollar
2012/1/17 Guillaume Lerouge <[email protected]>
Hi Guillaume,
in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org.
Thanks in advance,
Guillaume
On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
Thanks for reply! What do the package? Making a MySQL database? What is the name of database? How to start Xwiki? "... /etc/init.d/xwiki start" Where to change the port? Is Apache and Tomcat working together? (I have apache2 on my servers) ... Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.66.15 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Marius, Thanks for noticing. Indeed, I didn't finish the work properly. I'm reviewing the configuration right now. 2012/3/6 Marius Dumitru Florea <[email protected]>
Hi Guillaume,
I'm afraid you didn't update the links after you moved content in new pages. For instance:
* "Upgrade instructions below" on the installation section, * "Installing the Default Wiki XAR" on the upgrade section
and possibly others are broken.
Thanks, Marius
On Wed, Jan 25, 2012 at 12:17 PM, Guillaume Fenollar <[email protected]> wrote:
Hi,
I'm working on the Administrator Guide. I included the documentation for debian package and I reorganized the installation methods, creating a page for single page for each method. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation
I also move the Upgrade part to the main page of AdminGuide, to keep it easy to find. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WebHome
Debian installer documentation is not exhaustive yet, it's more like a HowTo. I hope it will be useful nevetheless.
Thanks,
Guillaume Fenollar
2012/1/18 Guillaume Fenollar <[email protected]>
Hi,
It is planned, I still have some things to do on this documentation before the publish it. Moreover, we have still some problems with this package (during a reinstallation for example). I will notify you here when it'll be done
Have a nice day
Guillaume Fenollar
2012/1/17 Guillaume Lerouge <[email protected]>
Hi Guillaume,
in the end, did you publish the updated documentation? It would be cool to have this on XWiki.org.
Thanks in advance,
Guillaume
On Fri, Dec 30, 2011 at 12:19 AM, Guillaume Fenollar < [email protected]> wrote:
Hi Volker, and sorry for the delay.
@Vincent : The documentation is in the writting process. I hope I'll have some time to work on it.
Ok, so to answer the questions, the debian package is installing XWiki package in a common way, putting the configuration files (+ classes, fonts, etc...) in /etc/xwiki/, and the other files in /usr/lib/xwiki/. If you take for example the xwiki-tomcat-mysql package, it depends on (which mean they will be installed):
- tomcat6. You'll find the configuration files in /etc/tomcat6/. You can configure the process to run in /etc/default/tomcat6 file. a tomcat6 user will be created. - mysql5.x . It will create a "xwiki" database, granting the "xwiki" user to use it. You can configure the credentials of database user for xwiki in /etc/dbconfig-common/xwiki.com, if you choose to use dbconfig during the installation. - And of course, java.
The script to restart tomcat (and of course xwiki) will be /etc/init.d/tomcat6. To change the port, you have to check /etc/tomcat6/server.xml. The file is well documented. Finally, to check the xwiki/tomcat logs, the file you need is /var/log/tomcat6/catalina.out.
To put a Apache in a reverse proxy mode, you have to do it manually. It's easy to let him work together. What you have to do is to take a look to ajp module ("ProxyPass ajp://yourserver/xwiki"). Perhaps we'll add in the future an Apache installation package to configure it automatically.
We encourage you to test the packages and the report the errors you may meet, especially during the tomcat's start, through the logs.
Regards,
Guillaume Fenollar. 2011/12/21 Vincent Massol <[email protected]>
And also: Do we have a documentation page somewhere on xwiki.org?
Thanks -Vincent
On Dec 20, 2011, at 10:47 PM, Legeinfo wrote:
> Thanks for reply! > What do the package? > Making a MySQL database? > What is the name of database? > How to start Xwiki? "... /etc/init.d/xwiki start" > Where to change the port? > Is Apache and Tomcat working together? (I have apache2 on my servers) > ... > Volker
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.65.97
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.66.15 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Fenollar XWiki SysAdmin Tel : +33 (0)1.83.62.66.15
participants (7)
-
Guillaume Fenollar -
Guillaume Lerouge -
Legeinfo -
Marius Dumitru Florea -
Thomas Mortagne -
Vincent Massol -
Éric Parent