|
FOROS PROFESIONALES WINDEV, WEBDEV y WINDEV Mobile |
| | | | | |
| Installing WebDev server on 64 bit Debian Jessie |
| Iniciado por guest, 22,ago. 2017 06:06 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 22,agosto 2017 - 06:06 |
#Install Debian Jessie without a GUI #I tested on a default Ubuntu 8.8 server instance at VPSDime.com # set your terminal to display 80x36 rather than 80x24 #----------------------------------- Login as root apt update apt upgrade apt install apache2 vsftpd libqtcore4 libqtgui4 #------------------------------------ #use a browser to check that apache is working by #going to "http://. ------------------------------------ nano /etc/vsftpd.conf uncomment "write_enabled=YES" uncomment "local_umask=022" nano /etc/vsftpd.conf cntl-O to save cntl-X to exit #------------------------------------------------ #Upload the following files to the server /root folder # WEBDEV_Install.zip # webdev_install_test64 # mantainstall.zip # manta_install64 ------------------------------------------------- cd /root chmod +x *64 ./webdev_install_test64 # dialog 1 - scroll down and accept license agreement # dialog 2 - all prerequisits should be installed so just select "Next >" # dialog 3 - accept default setup directory # dialog 4 - no changes necessary, select "Next >" unless you want to host sites made with a version prior to 22, then change as appropriate # dialog 5 - accept "webdevadmin" as the user and group for managing the sits, select "Next >" # dialog 6 - select "Yes" # dialog 7 - select "Yes" # dialog 8 - select "Yes" ------------------------------------------------------------ cd /etc/apache2/mods-enabled ln -s ../mods-available/actions.load ./actions.load ln -s ../mods-available/actions.conf ./actions.conf ln -s ../mods-available/cgi.load ./cgi.load ------------------------------------------------------------ # using a browser go to "http:///WDAdminWeb220 # the login screen should display. Don't login at this point ------------------------------------------------------------ cd /root ./manta_install64 # dialog 1 - scroll down and accept license agreement # dialog 2 - accept default setup directory # dialog 3 - accept or change server name but keep other settings # dialog 4 - accept or decline -------------------------------------------------------------- # to Manage WebDev go to "http:///WDAdminWeb220 - Login: ADMIN Password: admin # to Manage HFSQL go to "http:///WDAdminHF220 - Login: ADMIN Password: # to Manage SAAS go to "http:///WDAdminSaaS220 - Login: ADMIN Password: admin # Note: you can also use the Windows based HFSQL Control Center to manage the HFSQL server |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,agosto 2017 - 07:15 |
Execellent. It really saves a lot time indeed.
Cheers
King :hot::cheers: |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|