Skip to content

Electronic Logbook: Docker Install of Olog πŸ“˜πŸ³ This repository provides a Dockerized setup for deploying **Olog**, an electronic logbook application for managing and sharing scientific or industrial logs. It simplifies the installation and configuration process for Olog. --- ## Features ✨ - **Olog in Docker**: Deploy the Olog logbook with

Notifications You must be signed in to change notification settings

garethcmurphy/Electronic-Logbook-Docker-Install-of-Olog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Electronic Logbook: Docker Install of Olog πŸ“˜πŸ³

This repository provides a Dockerized setup for deploying Olog, an electronic logbook application for managing and sharing scientific or industrial logs. It simplifies the installation and configuration process for Olog.


Features ✨

  • Olog in Docker: Deploy the Olog logbook with Docker for easy setup.
  • Scalable Deployment: Easily deploy and manage instances in any environment.
  • Pre-configured Setup: Includes default configurations to get started quickly.

Prerequisites πŸ› οΈ

  • Docker installed on your system.
  • Docker Compose installed.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/docker-olog.git
    cd docker-olog

  2. Start the Docker containers:
    docker-compose up -d

  3. Access Olog in your browser:
    http://localhost:8080


Configuration

  1. Edit the docker-compose.yml file to customize settings such as ports or volumes.
  2. Update the environment variables in the .env file to configure Olog.
  3. Restart the containers to apply changes:
    docker-compose down
    docker-compose up -d

File Structure πŸ“‚

  • docker-compose.yml: Defines the Docker services for Olog.
  • .env: Environment variable configurations.
  • README.md: Documentation for the repository.

Troubleshooting βš™οΈ

  • Check Logs:
    docker-compose logs

  • Restart Containers:
    docker-compose restart


Contributing 🀝

  1. Fork the repository.

  2. Create a new branch:
    git checkout -b feature/your-feature

  3. Commit your changes:
    git commit -m "Add your feature"

  4. Push the branch:
    git push origin feature/your-feature

  5. Open a pull request.


License πŸ“

This project is licensed under the MIT License. See the LICENSE file for details.


Streamline log management with this Dockerized Olog setup! πŸ“˜πŸ³

About

Electronic Logbook: Docker Install of Olog πŸ“˜πŸ³ This repository provides a Dockerized setup for deploying **Olog**, an electronic logbook application for managing and sharing scientific or industrial logs. It simplifies the installation and configuration process for Olog. --- ## Features ✨ - **Olog in Docker**: Deploy the Olog logbook with

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published