openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Web Server Code Location
@ 2021-03-24  6:13 m10902803
  2021-03-25 14:10 ` Joseph Reynolds
  0 siblings, 1 reply; 2+ messages in thread
From: m10902803 @ 2021-03-24  6:13 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

 

 

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,form
at=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?

 

Sincerely,

Muhamad Luthfi Mufadel

National Taiwan University of Science and Technology


[-- Attachment #2: Type: text/html, Size: 4472 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Web Server Code Location
  2021-03-24  6:13 Web Server Code Location m10902803
@ 2021-03-25 14:10 ` Joseph Reynolds
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Reynolds @ 2021-03-25 14:10 UTC (permalink / raw)
  To: m10902803, openbmc

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
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-25 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:13 Web Server Code Location m10902803
2021-03-25 14:10 ` Joseph Reynolds

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).