cockpit frontend run #20849
Answered
by
subhoghoshX
jenetjoshicnit
asked this question in
Q&A
cockpit frontend run
#20849
|
Here in this project, i want to run the frontend of this project, after cloning this github repo,i tried using the commands |
Answered by
subhoghoshX
Aug 8, 2024
Replies: 1 comment 5 replies
|
Hey @jenetjoshicnit, thanks for your interest! You can find detailed instructions on setting up the development environment and running the project at https://github.com/cockpit-project/cockpit/blob/main/HACKING.md. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To develop Cockpit, you'll need a Linux installation. The Cockpit frontend serves as the graphical interface for a Linux server (not for Windows or macOS), so you can't run the frontend independently without a Linux server. However, once the server is set up, it can be accessed through a browser from any operating system, including Windows.
You might be able to follow the instructions in HACKING.md using Windows Subsystem for Linux (WSL), but this is not officially supported or tested on as far as I know.