Skip to content

How to push collections from WebApp to GitHub for indexing

Bishwas Praveen edited this page Dec 14, 2023 · 7 revisions

Step 1 : SSH into the sde-indexing-helper server

Use the command ssh sde to get into the server (The command varies based on your configuration).

Step 2 : Direct yourself into the application directory

Use the command cd sde-indexing-helper to move into the application workspace.

Step 3 : Activate Django shell

An alias has already been set in place fro you to use to achieve this. Just type in dmshell to activate django shell.

Step 4 :

Clone this wiki locally