Fulltext results:
- Travian Map Download Script @z:travian
- the map.sql from Travian and import it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_INST="travian" # set this to your databa
- base-exec-superuser @z:relax:api:base
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh if ... exec'', ''su'' or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key ... '', ''su'' or ''sudo''. * Additionally, the [[base-exec-user#usage|properties of base-exec-user]]. * ''COMMAND'': A command to be executed. It is execut
- base-net-load-url @z:relax:api:base
- ====== base-net-load-url ====== Loads a file from an URL and outputs it to STDOUT. ===== Usage ===== base-net-load-url URL * ''URL'': the URL to load. ... ed by the URL. ===== Examples ===== <code bash> base-net-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-load-url ${PASSWORD_URL}) </code>
- base-repo-get-value @z:relax:api:base
- ====== base-repo-get-value ====== Loads a service configuration from the repository and outputs a singl... r the given key) to STDOUT. ===== Usage ===== base-repo-get-value SERVICE KEY * ''SERVICE'': A ke... ervice must be a zone (have $ZONE set) if [ -z "$(base-repo-get-value ${service} ZONE)" ]; then echo "C
- base-ssh-login @z:relax:api:base
- ====== base-ssh-login ====== Logs into a remote host using ssh. This can be used to open a remote sesss... ususally it's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ===== Usage ===== base-ssh-login SERVICE [ COMMAND ] * ''SERVICE'': a
- base-exec-user @z:relax:api:base
- ====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER'': A key of an... . It is executed either locally or remote using [[base-ssh-login]]. ===== Returns ===== Returns the ou
- base-repo-get-service @z:relax:api:base
- ====== base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDOUT. ===== Usage ===== base-repo-get-service SERVICE * ''SERVICE'': a key ... ==== <code bash> # # get service config config=$(base-repo-get-service ${service}) if [ $? != 0 ]; then
- base @z:relax:api:base
- ====== base ====== The ''base'' module implements the basic methods used by the other modules. ===== Methods ====
- base-ssh-mount @z:relax:api:base
- ====== base-ssh-mount ====== Mounts a remote share using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a se
- base-ssh-umount @z:relax:api:base
- ====== base-ssh-umount ====== Unmounts a remote share which had been mounted using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a se
- CloudTable @z:cloudtable
- hniques. This could be files for config and a database for the data. The first version will have a simp... remote form will send the input via email to the application. {{tag>cloud cloudtable database project}}