GRAPHIC: New Entity Operations™ Alpha Logo

EntityScript



core_START_SERVER


If you're using a different environment, don't forget to change the header and use the correct instance path.

         
# -*- coding: utf-8 -*-
#"""
#COPYRIGHT (C) 2020-2023 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
#INSTANCE: core_START_SERVER.sh
#MODIFIED: 2023/05/12
#OVERVIEW: Establish a RTC multi-threaded node utilizing the upgraded RTC
# engine, TRINE-RTC.py
#"""
#__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-RTC.py

         
        

Return HOME