Initialization
Available commands:
remi init
Initialize the project in the current working directory. Generate the configuration files.
remi setup [(-h | --hostname) HOSTNAME]
Set up remote project location:
- Create the necessary remote directories
- Perform the first push (copy local files to the remote destination)
Options:
-h | --hostname
: The hostname of an Inria computer.
Default: The value ofpc_name
in the config file.
remi update
Update remi
to the latest version.