Skip to content

Eventual master repository for YACS code and services as submodules

License

Notifications You must be signed in to change notification settings

huangmj7/yacs-orchestra

 
 

Repository files navigation

YACS Orchestra

The purpose of this repository is to aid in the development and deployment of YACS and it's dependencies.

Prerequisites

This is your entry point as a YACS developer. To get started developing or deploying, follow these instructions.

If you have not used git or Github before, make sure your local git name and email are set, and you have your SSH key uploaded to Github. Follow these instructions from Github. Please use SSH instead of HTTPS.

Please install Docker and docker-compose. It is recommended to use either Linux or macOS.

If you use Linux, it is recommended to follow the post-installation sections "Manage Docker as a non-root user" and "Configure Docker to start on boot".

Running YACS on Windows may be possible, but it is not recommended and not supported.

Development

  1. Clone this repository git clone git@github.com:YACS-RCOS/yacs-orchestra.git

  2. Enter the cloned directory cd yacs-orchestra

  3. Run the one-time setup script bin/yacs-prepare-development

You can now use the following command to run YACS: bin/yacs-start-development

To stop YACS, press ctrl+c and run the following command bin/yacs-stop-development

About

Eventual master repository for YACS code and services as submodules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%