generated from mochi-hpc/margo-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f03f2d
commit 46d8aa4
Showing
34 changed files
with
603 additions
and
804 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,2 @@ | ||
Margo Microservice Template | ||
=========================== | ||
|
||
This project is a template to start developing a Mochi microservice based on Margo. | ||
The complete documentation to get started using this template is available | ||
[here](https://mochi.readthedocs.io/en/latest/templates/01_margo.html). | ||
|
||
To use this template: | ||
- Click on the green "Use this template" button at the top. | ||
- Give a name to your project. | ||
- Once your project repository is created, go to Settings > Actions > General and give "Read and write permissions" under *Workflow permissions*. | ||
- Finally, edit the initial-setup.json file and push the changes to your repo. | ||
|
||
Editing the initial-setup.json file with trigger a github action that will | ||
cleanup your repository and rename files, namespaces, functions, etc. according | ||
to the name of your service and the resources it manages. | ||
|
||
Enjoy working with Mochi! | ||
Your project "flock" has been setup! | ||
Enjoy programming with Mochi! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
add_executable (example-server ${CMAKE_CURRENT_SOURCE_DIR}/server.c) | ||
target_link_libraries (example-server alpha-server) | ||
target_link_libraries (example-server flock-server) | ||
|
||
add_executable (example-client ${CMAKE_CURRENT_SOURCE_DIR}/client.c) | ||
target_link_libraries (example-client alpha-client) | ||
target_link_libraries (example-client flock-client) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.