Re: [WebDNA] How to set up new hosting

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110881
interpreted = N
texte = Stephen Go to Linode.com and set up a base mode Linode server about $20 a month. You can install and play around, and if it doesn't work out for you = trash it and start again until you are happy with what you want, then = you can decide to stay with Linode or move somewhere else. The 1GB Linode is OK for testing and development but for production I = would use at least the 2GB plan. I have a number of servers at Linode. When I need a new server I just = clone an existing one and then I am ready to go. Rather than Plesk, have a look at Webmin. As Donovan said the WebDNA installer for Ubuntu 12.04 is flawless. Here are some install notes that I have, it will take you a couple of = hours first time around to set up a server: ################################################################## Installing Ubuntu 12.04/WebDNA/Webmin/MySQL/ProFTPD Ubuntu 12.04 Apache2 WebDNA 6.2.1 Server Webmin 1.630 ssh root@(ipaddress) ** Enter password ** Update Ubuntu sudo apt-get update ** Install Apache2 sudo apt-get install apache2 ** Install MySQL sudo apt-get install mysql-server ** Install WebDNA wget http://71.13.202.180/WebDNA_Server-Linux-6.2.1.tar.gz tar -xzf WebDNA_Server-Linux-6.2.1.tar.gz cd WebDNA-6.2.1 ./install_WebDNA.sh ** Accept defaults ** reboot server reboot now ** Prepare for Webmin sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl = libpam-runtime libio-pty-perl apt-show-versions python ** Get the WebMin Package wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb ** Installs the package sudo dpkg -i webmin_1.630_all.deb ** reboot server reboot now ** Check that you can connect to the ip address. http://(ipaddress) ** Check WebDNA - case sensitive http://(ipaddress)/WebCatalog/ ** Login via browser using root & (password) https://(ipaddress):10000/ ** Make Apache Case Insensitive =46rom the command line, type=20 $ sudo su to get root privileges. ** Edit speling.conf $ nano /etc/apache2/mods-available/speling.conf Add the line=20 CheckSpelling on=20 then hit ctrl-x, y to exit and save the file. ** load apache2 config at commandline $ a2enmod $ speling and hit enter. $ /etc/init.d/apache2 reload ** Mistype a url to test it. ** Webmin - Others > File Manager=20 Set permissions on /var/www Set permissions on www directory and its contents user =3D www-data group =3D www-data octal 0775 also check permissions on /usr/lib/cgi-bin/WebCatalogEngine ** Webmin - Add a new user in System > Users and Groups Create a new user to use with FTP, make user group www-data and = directory "/" This allows the user access to the complete server so that they can = access all the components of WebDNA + www root ** Webmin - Install ProFTPD Server In "Unused Modules" click on ProFTPD Server link and allow it to self = install Go to ProFTPD and open Virtual Server Options, open "User and Group" Run as Unix Group "www-data" Test the ftp connection. ** Webmin - run updates Select "System Information" from left hand menu, check if any updates = are required. Run the updates ** reboot server reboot now ************************************ OPTIONAL ************************************ *** INSTALL ODBC for MSSQL *** * do some installs sudo apt-get install unixodbc unixodbc-dev freetds-dev tdsodbc apt-get install freetds-bin ** Now configure some files --- /etc/freetds/freetds.conf --- [TS] <<<<< connection name which you refer to in the connection = below host =3D SERVER ADDRESS port =3D 1433 tds version =3D 7.0 client charset =3D UTF-8 --- /etc/odbcinst.ini --- [FreeTDS] Description =3D tdsodbc Driver =3D /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so Setup =3D /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so FileUsage =3D 1 CPTimeout =3D 5 CPReuse =3D 5 ** Test the connection $ tsql -S (connection name) -U (db username) -P (db password) ************************************ ALL DONE :) ################################################################## Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 26 Nov 2013, at 1:25 am, Stephen Braun wrote: > Hi Everyone, > I have seven customers using WebDNA on a shared server that I don=92t = own, or have access to. >=20 > I need some advice on how to set-up a VPS server to host several = domains that use WebDNA. > I would also like to add several more customers/domains in the next = year. > I=92ve been working on this for a few months now, and I=92m not = getting anywhere, and I could use some input. >=20 > I=92m a newbie to hosting, so please be kind. I don=92t know many of = the app names, or what they do.I always find someone using a new acronym = that I=92ve never heard of. >=20 > Here is what I have been advise so far, Buy a VPS package that has = the following: >=20 > - Ubuntu 12.04 LTS OS (64 Bit ) > - root access > - ssh access > - ability to install Apache2 > - Plesk Panel control panel >=20 > Then WebDNA can be installed and configured. I was hoping to hire = Donovan, or someone to actually do this install for me. >=20 > I=92m being warned that a problem may exist between the Plesk cp and = WebDNA 6.x config files. > Will Plesk overwrite WebDNA=92s config settings when you use this = control panel to add domains, or possibly when you use the control panel = to restart Apache? >=20 > I=92m just beginning to grasp these concepts, so it would be great to = know more about this before I spend any money on it. >=20 > Here=92s another thing that I don=92t know, Should I plan on buying a = separate copy of WebDNA for each of my clients? >=20 > Thanks for any input on these matters. > Steve Braun >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] How to set up new hosting (Jym Duane 2013)
  2. Re: [WebDNA] How to set up new hosting (Stuart Tremain 2013)
  3. Re: [WebDNA] How to set up new hosting (Donovan Brooke 2013)
  4. [WebDNA] How to set up new hosting (Stephen Braun 2013)
Stephen Go to Linode.com and set up a base mode Linode server about $20 a month. You can install and play around, and if it doesn't work out for you = trash it and start again until you are happy with what you want, then = you can decide to stay with Linode or move somewhere else. The 1GB Linode is OK for testing and development but for production I = would use at least the 2GB plan. I have a number of servers at Linode. When I need a new server I just = clone an existing one and then I am ready to go. Rather than Plesk, have a look at Webmin. As Donovan said the WebDNA installer for Ubuntu 12.04 is flawless. Here are some install notes that I have, it will take you a couple of = hours first time around to set up a server: ################################################################## Installing Ubuntu 12.04/WebDNA/Webmin/MySQL/ProFTPD Ubuntu 12.04 Apache2 WebDNA 6.2.1 Server Webmin 1.630 ssh root@(ipaddress) ** Enter password ** Update Ubuntu sudo apt-get update ** Install Apache2 sudo apt-get install apache2 ** Install MySQL sudo apt-get install mysql-server ** Install WebDNA wget http://71.13.202.180/WebDNA_Server-Linux-6.2.1.tar.gz tar -xzf WebDNA_Server-Linux-6.2.1.tar.gz cd WebDNA-6.2.1 ./install_WebDNA.sh ** Accept defaults ** reboot server reboot now ** Prepare for Webmin sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl = libpam-runtime libio-pty-perl apt-show-versions python ** Get the WebMin Package wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb ** Installs the package sudo dpkg -i webmin_1.630_all.deb ** reboot server reboot now ** Check that you can connect to the ip address. http://(ipaddress) ** Check WebDNA - case sensitive http://(ipaddress)/WebCatalog/ ** Login via browser using root & (password) https://(ipaddress):10000/ ** Make Apache Case Insensitive =46rom the command line, type=20 $ sudo su to get root privileges. ** Edit speling.conf $ nano /etc/apache2/mods-available/speling.conf Add the line=20 CheckSpelling on=20 then hit ctrl-x, y to exit and save the file. ** load apache2 config at commandline $ a2enmod $ speling and hit enter. $ /etc/init.d/apache2 reload ** Mistype a url to test it. ** Webmin - Others > File Manager=20 Set permissions on /var/www Set permissions on www directory and its contents user =3D www-data group =3D www-data octal 0775 also check permissions on /usr/lib/cgi-bin/WebCatalogEngine ** Webmin - Add a new user in System > Users and Groups Create a new user to use with FTP, make user group www-data and = directory "/" This allows the user access to the complete server so that they can = access all the components of WebDNA + www root ** Webmin - Install ProFTPD Server In "Unused Modules" click on ProFTPD Server link and allow it to self = install Go to ProFTPD and open Virtual Server Options, open "User and Group" Run as Unix Group "www-data" Test the ftp connection. ** Webmin - run updates Select "System Information" from left hand menu, check if any updates = are required. Run the updates ** reboot server reboot now ************************************ OPTIONAL ************************************ *** INSTALL ODBC for MSSQL *** * do some installs sudo apt-get install unixODBC unixODBC-dev freetds-dev tdsODBC apt-get install freetds-bin ** Now configure some files --- /etc/freetds/freetds.conf --- [TS] <<<<< connection name which you refer to in the connection = below host =3D SERVER ADDRESS port =3D 1433 tds version =3D 7.0 client charset =3D UTF-8 --- /etc/ODBCinst.ini --- [FreeTDS] Description =3D tdsODBC Driver =3D /usr/lib/x86_64-linux-gnu/ODBC/libtdsODBC.so Setup =3D /usr/lib/x86_64-linux-gnu/ODBC/libtdsS.so FileUsage =3D 1 CPTimeout =3D 5 CPReuse =3D 5 ** Test the connection $ tsql -S (connection name) -U (db username) -P (db password) ************************************ ALL DONE :) ################################################################## Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 26 Nov 2013, at 1:25 am, Stephen Braun wrote: > Hi Everyone, > I have seven customers using WebDNA on a shared server that I don=92t = own, or have access to. >=20 > I need some advice on how to set-up a VPS server to host several = domains that use WebDNA. > I would also like to add several more customers/domains in the next = year. > I=92ve been working on this for a few months now, and I=92m not = getting anywhere, and I could use some input. >=20 > I=92m a newbie to hosting, so please be kind. I don=92t know many of = the app names, or what they do.I always find someone using a new acronym = that I=92ve never heard of. >=20 > Here is what I have been advise so far, Buy a VPS package that has = the following: >=20 > - Ubuntu 12.04 LTS OS (64 Bit ) > - root access > - ssh access > - ability to install Apache2 > - Plesk Panel control panel >=20 > Then WebDNA can be installed and configured. I was hoping to hire = Donovan, or someone to actually do this install for me. >=20 > I=92m being warned that a problem may exist between the Plesk cp and = WebDNA 6.x config files. > Will Plesk overwrite WebDNA=92s config settings when you use this = control panel to add domains, or possibly when you use the control panel = to restart Apache? >=20 > I=92m just beginning to grasp these concepts, so it would be great to = know more about this before I spend any money on it. >=20 > Here=92s another thing that I don=92t know, Should I plan on buying a = separate copy of WebDNA for each of my clients? >=20 > Thanks for any input on these matters. > Steve Braun >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

ODBC problems between webcatalog and filemaker pro (2001) Db design question (relational vs. flat?) (1998) target=_blank and form variables (1997) Tab Charactor (1997) Webcatalog [blank] Problem (1999) Emailer (WebCat2) (1997) RedHat dropping 7.x 8.x and 9.x - What linux for WebDNA? (2003) WebTV (1998) WebCat editing, SiteGuard WAS:SiteAssociative lookup style? (1997) Searching multiple fields (1997) thankyou.tmpl (1997) MySQL and Decimals (2004) [searchString] (1997) Polls (2003) [WebDNA] How do we tell what's misconfigured? Or which WebDNA 7 version to use? (2011) WebCatalog stalls (1998) Has anyone used WebCatalog with CGatePro? (2000) [WebDNA] Image Magick and Webdna (2009) Answer: WebDelivery downloads alias, not original ? (1997) WebCat2 - Getting to the browser's username/password data (1997)