Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.42 KB

File metadata and controls

60 lines (36 loc) · 1.42 KB

Files and directories

A detailed description of files and directories in this project.

conf/

docker.cfg
Configuration of ops-docker.

nginx/

Nginx configuration files.

conf.d/

Config includes reusable across the sites.

sites-available/

Sites available on the server.


.htpasswd
Username and encrypted password for basic auth. Default is admin/admin.
Change it with htpasswd conf/.htpasswd admin.

nginx.conf
Nginx main configuration file.

sites-enabled.conf
Enabled sites list.

html/

Static files for a default root.

doc/

Documentation. You are reading it.

scripts/

Scripts to rule the project.

  • start - Assemble and launch docker image locally.
  • rollout - Deploy and launch docker images to remote host.
  • rollback - Launch previous container.

tools/

Utility tools. Contains ops-docker and ops-revision submodules.

root