You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
649 B

  1. # 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
  2. ## rs_machine_input_chirho
  3. This command line application is intended to keep a remote database of computer resources synchronized
  4. with the information about those resources.
  5. run the following command from the project base to create the server side DB:
  6. ```bash
  7. sql_chirho/createdb_chirho.sh
  8. ```
  9. we also need the environment variables in dot.env_chirho.sample_chirho properly set up in both the client and the
  10. server.
  11. `export ROCKET_PORT=...` to set the port where the server will listen to requests.