|
|
- # For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
-
- ## rs_machine_input_chirho
-
- This command line application is intended to keep a remote database of computer resources synchronized
- with the information about those resources.
-
- run the following command from the project base to create the server side DB:
-
- ```bash
- sql_chirho/createdb_chirho.sh
- ```
-
- we also need the environment variables in dot.env_chirho.sample_chirho properly set up in both the client and the
- server.
-
- `export ROCKET_PORT=...` to set the port where the server will listen to requests.
-
-
-
-
-
|