Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

Installing WebDev server on 64 bit Debian Jessie

$
0
0
#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://[your server URL].
------------------------------------------------
nano /etc/vsftpd.conf
uncomment "write_enabled=YES"
uncomment "local_umask=022"
nano /etc/vsftpd.conf
cntl-O <enter> 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 sites, 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 "[<Server] URL>/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 "[<Server] URL>/WDAdminWeb220 - Login: ADMIN Password: admin
# to Manage HFSQL go to "[<Server] URL>/WDAdminHF220 - Login: ADMIN Password: <blank>
# to Manage SAAS go to "[<Server] URL>/WDAdminSaaS220 - Login: ADMIN Password: admin
# Note: you can also use the Windows based HFSQL Control Center to manage the HFSQL server

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>