HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/oa.sanjiangapp.com/doc/INSTALL
1. system required

zdoo needs apache or nginx, php(>5.2) and mysql.

2. install the allinone package on windows

We have build an allinone package for windows systems. This package comes from the xampp project which is a great AMP tool.

2.1 download our .exe package.
2.2 double click the .exe and extract it into c:\xampp or d:\xampp, keep it under the root directory.
2.3 start zdoo

      cd c:\xampp, there'is control panel tools. double click it, it will stay on the tray menu at the bottom of the window.
      click the zdoo icon, then the menu will show, you can choose the "start zdoo", waiting for a moment.
      Then you can visit zdoo through http://localhost/zdoo/

3. install the allinone package on linux

We also build an allinone package for linux systems from the xampp tool.

3.1 download our .7z package, and save it to /opt/
3.2 cd /opt/ and chmod a+rx *.7z and then execute the 7z file, which will self extrct.
3.3 after extract, the directory should be /opt/lampp
3.4 cd /opt/lampp, and execute sudo ./start or sudo ./start88 to start apache in 88 port and mysql in 3308 port.
3.5 then you can visit zdoo through http://localhost/zdoo/

4. install the source code. 

4.1 install one AMP package.  you can install other AMP package. Make sure the version of apache, php and mysql meets the needs of zetnao.
4.2 download our zip package.
4.3 unpack it.
    after download our zip package, save it to the apache's htdocs path and unpack it to zdoo. make sure the zdoo path can be
    visited through browse.
4.4 start the installation
    open your browser and visit the zdoo path, for example http://192.168.1.1/zdoo/, then the install wizard will launch, you can install it
    step by step.