-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tech dept] update contrib readme, update utils readme and move tsdev…
… from contri… (#3186) * update contrib readme, update utils readme and move tsdev from contrib to util * remove tsdev from contrib
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
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,3 +1,11 @@ | ||
# utils | ||
|
||
This folder contains tools and utils used and maintained by the Timesketch-dev team. | ||
This folder contains tools and utils used and maintained by the Timesketch-dev team. | ||
|
||
## tsdev.sh | ||
|
||
This Bash script, `tsdev.sh`, provides a command-line interface for interacting with a Timesketch development environment within a Docker container. It offers a variety of commands to manage the environment, including building API and CLI clients, starting a Celery worker, accessing container logs, executing tests, and managing the Vue.js frontend. The script checks for root access and Docker to ensure the environment is set up correctly. It then identifies the Timesketch development container and executes the specified command within that container. This script simplifies common development tasks, such as building, testing, and running the Timesketch application. | ||
|
||
## update_release.sh | ||
|
||
Script that makes changes in preparation of a new release, such as updating the version and documentation. |
File renamed without changes.