Skip to content

Latest commit

Β 

History

History
86 lines (53 loc) Β· 1.94 KB

File metadata and controls

86 lines (53 loc) Β· 1.94 KB

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! πŸ“˜πŸ³