Skip to content

Latest commit

 

History

History
executable file
·
39 lines (38 loc) · 1.02 KB

2.SetupServerDirectoryStructure.md

File metadata and controls

executable file
·
39 lines (38 loc) · 1.02 KB

SynchWeb Development Environment for Workstations

2. Setup Server Directory Structure

  1. Clone SynchWebDevEnvWS from GitHub to /scratch

    $ cd /scratch
    $ git clone https://github.com/JPHall-DLS/SynchWebDevEnvWS
    

    Overview of server directory structure:

    $ cd /scratch/SynchWebDevEnvWS
    $ tree server
    server
    ├── httpd
    │   ├── conf
    │   │   ├── httpd.conf
    │   │   └── magic
    │   ├── logs
    │   └── run
    ├── mariadb
    │   ├── data
    │   ├── logs
    │   ├── my.cnf
    │   ├── run
    │   └── src
    ├── php-fpm
    │   ├── logs
    │   ├── php.d
    │   │   ├── curl.ini
    │   │   ├── ...
    │   │   └── zip.ini
    │   ├── php-fpm.conf
    │   ├── php.ini
    │   └── run
    └── www
    

    Notes
    TODO

  2. Next : Setup Database Server