Skip to content

dataopsly Shell script

dataopsly offers you with a shell script feature. Use the schell script to start, stop the app, monitor the logs, container wise start or restart, and redirecting to the page.

  • Run the script

    ./run-app.sh
    

  • Choose the options from the following:

        Welcome suit yourselves:
    
        1. Run a new app Container
        2. Monitor Running Container's Logs
        3. Turn down existing app Container
        4. Containers State/Restart
        5. Redirect to app page if already loaded
    

  • Explanations for the options:

    Option 1
        graph TD
        A[For running the application] --> B(Choose postgres/snowflake); 
        B --> C(Choose local/cloud setup); 
        C --> D(Choose whether to have your prev. db or not);
        D --> E(Customize your app credentials);
        E --> F(Start using the app);
    Option 2

    Monitor your dataopsly container's logs

    Option 3

    Turn down dataopsly by typing the container name as "dataopsly"

    Option 4

    Not able to access some of the services? Use this option to check the health/condition/state of the containers

    Option 5

    Redirect to the app - Webpage - basically, automatically open in your browser.