You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-28Lines changed: 1 addition & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ examples
3
3
4
4
This repository contains scripts and tools which can be used to manage and/or work with data stored in a [LabKey Server](https://www.labkey.org/).
5
5
6
-
The scripts and tools that you find here are either in development or have not yet been merged into the LabKey Server [subversion repository](https://www.labkey.org/wiki/home/Documentation/page.view?name=svn) ([more information](https://www.labkey.org/wiki/home/Documentation/page.view?name=openSourceProject))
6
+
The scripts and tools that you find here are either in development or have not yet been merged into other LabKey GitHub repos ([more information](https://www.labkey.org/wiki/home/Documentation/page.view?name=openSourceProject))
7
7
8
8
## Available Scripts and Tools
9
9
@@ -26,38 +26,11 @@ The [LabKey Server Python API](https://www.labkey.org/wiki/home/Documentation/pa
26
26
### Installation and Upgrade
27
27
_Located in the [/ops](./ops) folder_
28
28
29
-
***install_labkey_amzn2.sh**: Sample Amazon Linux Install script - Use this script to aid in installing LabKey on Amazon Linux 2.
30
-
* This script is not officially supported by LabKey.
31
-
***install_labkey_centos7.sh**: Sample CentOS 7 Linux Install script - Use this script to aid in installing LabKey on CentOS 7 Linux.
32
-
* This script is not officially supported by LabKey.
33
-
***install-windows-manual.bat**: Use script to install the LabKey Server binaries on Windows. This should only be used if you are performing at [manual installation](https://www.labkey.org/wiki/home/Documentation/page.view?name=manualInstall).
34
-
* This should only be used if you are performing at [manual installation](https://www.labkey.org/wiki/home/Documentation/page.view?name=manualInstall) on a Windows server.
35
-
* This script is not officially supported by LabKey.
36
-
***upgrade-windows-manual.bat**: Use script to upgrade a LabKey Server running on Windows, which was manually installed.
* Do not use this script if you installed your LabKey Server using the [Windows Installer](https://www.labkey.org/wiki/home/Documentation/page.view?name=configWindows). Please use the Windows Installer to upgrade your server
39
-
* This script is not officially supported by LabKey, but it is used by a number of labs and institutions running LabKey Server on Windows.
40
-
* If you have questions or need support, please post a message on the [LabKey Server Community Forum](https://www.labkey.org/project/home/Server/Forum/begin.view?).
41
-
***upgrade-remote-pipeline.sh**: Use script to upgrade a LabKey Remote Pipeline Server running on \*nix operating system.
42
-
* This script is not officially supported by LabKey and there is currently no documentation for it. However, I regularly use a modified version of this on my test servers.
43
-
* If you have questions or need support, please post a message on the [LabKey Server Community Forum](https://www.labkey.org/project/home/Server/Forum/begin.view?).
44
-
***upgrade-remote-pipeline.bat**: Use script to upgrade a LabKey Remote Pipeline Server running on Windows that was installed manually.
45
-
* This script is not officially supported by LabKey and there is currently no documentation for it. However, I regularly use a modified version of this on my test servers.
46
-
* Do not use this script if you installed your LabKey Remote Pipeline Server using the [Windows Installer](https://www.labkey.org/wiki/home/Documentation/page.view?name=configWindows). Please use the Windows Installer to upgrade your server.
47
-
* If you have questions or need support, please post a message on the [LabKey Server Community Forum](https://www.labkey.org/project/home/Server/Forum/begin.view?).
48
29
***labkey-database-backup-sample-script.bat**: This script can be used to perform a nightly backup (using pg_dump) of databases on a PostgreSQL server instance.
49
30
* This script is not officially supported by LabKey and there is currently no documentation for it.
50
31
* See [blog entry](http://fourproc.com/2013/05/02/using-labkey-s-sample-backup-script-to-backup-your-postgresql-database.html) for more information on using the script.
51
32
52
33
53
-
### Docker
54
-
_Located in the [/docker](./docker) folder_
55
-
56
-
***labkey-standalone**: Dockerfile and other source files needed for building a Docker image that runs LabKey Server.
57
-
* See the [README](./docker/labkey-standalone/README.md) file for information on building your own image or
58
-
* See [bconn/labkey-standalone](https://registry.hub.docker.com/u/bconn/labkey-standalone/) on DockerHub.
59
-
* This script is not officially supported by LabKey.
0 commit comments