GRAPHIC: New Entity Operations™ Alpha Logo

EntityScript



core_RUN


Again, with RUN - make sure you have the proper header/PID rules established for the machine and instance you're running with. Certain machine's may require the export of additional environment variables to get a stateful server to instance relationship bound and persistent.

         
# -*- coding: utf-8 -*-
#"""
#COPYRIGHT (C) 2020-2023 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
#INSTANCE: core_RUN.sh
#MODIFIED: 2023/05/12
#OVERVIEW: Establish a user-interface utilizing the TRINE construct
#"""
#__version__ = "1.0.0"
#__author__ = "Ryan McKenna"
#__copyright__ = "Copyright (C) 2020-2023 New Entity Operations Inc."
#__credits__ = [
# "Ryan McKenna",
# "New Entity Operations Inc.", "New Entity Operations, LLC"]
#__email__ = "Operator@NewEntityOperations.com"
#__license__ = "New Entity License"
#__maintainer__ = "Ryan McKenna"
#__status__ = "Production"

#!/bin/bash
cd *PATH_TO_INSTANCE*; source *LOCATION_ENVIRONMENT*/activate; python TRINE.py

         
        

Return HOME