Welcome!
- npm
- Docker Compose
The SpiderPig user interface communicates with an API server to start, interact with, and retrieve information about MediaWiki deployment jobs. If you have Docker Compose installed on your computer, you can easily run an api server which will run simulated backports for testing.
In the top level directory of the scap git repo:
local-dev/start-apiserver
The apiserver will listen on local port 8000.
local-dev/get-otp
local-dev/stop-apiserver
local-dev/clean-apiserver
When you start the API as described in the prior section, npm run build
is executed to build a static version of the UI. You can access this static version of the UI at http://localhost:8000.
To log in, the username is deployer01
and the password is scap100
. When you are prompted for a run time password, run local-dev/get-otp
to generate it.
To avoid having to run npm run build
after each change to a SpiderPig UI file, you can start a development webserver which will automatically handle reloads.
In this web
directory:
npm run dev
Then visit http://localhost:5173 in your browser.