openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Joseph Reynolds <jrey@linux.ibm.com>
To: m10902803@gapps.ntust.edu.tw, openbmc@lists.ozlabs.org
Subject: Re: Web Server Code Location
Date: Thu, 25 Mar 2021 09:10:41 -0500	[thread overview]
Message-ID: <1f52c96e-6e03-c454-250d-672564589991@linux.ibm.com> (raw)
In-Reply-To: <000a01d72074$d86f0a90$894d1fb0$@gapps.ntust.edu.tw>

On 3/24/21 1:13 AM, m10902803@gapps.ntust.edu.tw wrote:
> Hello, I’m Luthfi, a master student in NTUST, Taiwan. Currently I’m 
> working on openBMC and need to fix these problem: Network settings 
> Firmware update I already finished install the Romulus image and QEMU 
> to run it with GUI. I run ZjQcmQRYFpfptBannerStart
> This Message Is From an External Sender
> This message came from outside your organization.
> ZjQcmQRYFpfptBannerEnd
>
> Hello, I’m Luthfi, a master student in NTUST, Taiwan. Currently I’m 
> working on openBMC and need to fix these problem:
>
>  1. Network settings
>  2. Firmware update
>
> I already finished install the Romulus image and QEMU to run it with 
> GUI. I run the GUI by use these commands
>
> qemu-system-arm -m 256 -M romulus-bmc -nographic -drive 
> file=./tmp/deploy/images/romulus/obmc-phosphor-image-romulus.static.mtd,format=raw,if=mtd 
> -net nic -net 
> user,hostfwd=:127.0.0.1:2222-:22,hostfwd=:127.0.0.1:2443-:443,hostname=qemu
>
> How can I check the source code of the web server that running in it?
>

Where did you get your obmc-phosphor-image-romulus.static.mtd image from?
Did you get by following this? 
https://github.com/openbmc/docs/blob/master/development/dev-environment.md
Then that image will have been built by docker.  From there, you can 
identify exactly which version (get commit) of BMCWeb you have.

However, if you plan to write code for the web server, you will 
eventually want to follow the steps here: 
https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md

In general, you can learn more about specific OpenBMC features from:
https://github.com/openbmc/docs/blob/master/features.md
For example, this identifies the BMCWeb HTTP/Web server as: 
https://github.com/openbmc/bmcweb/blob/master/README.md

Joseph

> Sincerely,
>
> Muhamad Luthfi Mufadel
>
> National Taiwan University of Science and Technology
>


      reply	other threads:[~2021-03-25 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24  6:13 Web Server Code Location m10902803
2021-03-25 14:10 ` Joseph Reynolds [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1f52c96e-6e03-c454-250d-672564589991@linux.ibm.com \
    --to=jrey@linux.ibm.com \
    --cc=m10902803@gapps.ntust.edu.tw \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).