-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 914b9fa with MkDocs version: 1.5.3
- Loading branch information
1 parent
174fb68
commit c00bc8c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"What is EmuWeb? EmuWeb is an open source web-based retro emulation platform. This means it is a tool that can display and run your entire library of retro games in a web browser. It currently supports Nintendo Entertainment System, Super Nintendo, Nintendo 64, Sega Megadrive/Genesis, and Sega Game Gear games. At the moment it can display artwork, but you have to import it manually. EmuWeb can be installed through docker or as a standalone program. Installing EmuWeb Installing EmuWeb using Docker (Recommended) Start by cloning the EmuWeb Github repository in your home directory to get some necessary files: cd ~ git clone https://github.com/DrgnFireYellow/EmuWeb.git Next, delete everything in the EmuWeb folder except for the games and artwork folders. It should look something like this: Lastly, run this docker command to start the EmuWeb container with a web server running on port 8080: docker run --name EmuWeb -p 8080:80 -v ~/EmuWeb/games:/EmuWeb/games -v ~/EmuWeb/artwork:/EmuWeb/artwork ghcr.io/drgnfireyellow/emuweb:stable Installing EmuWeb as a standalone application Start by navigating to the releases tab of the EmuWeb Github repository and downloading the latest zip. Next, extract the zip file anywhere on your computer. Lastly, run main.py in the folder you just extracted and start a web server in the output folder. Adding Games Navigate to the folder where you either cloned or extracted EmuWeb and open the games folder. Next, copy your legally obtained rom files into the folders for their respective systems. Lastly, either restart the docker container or run main.py again to apply your changes. Adding Artwork Once again navigate to the folder where you either cloned or extracted EmuWeb, but this time open the artwork folder. Place the artwork for your games in png format in this folder named {your rom name}.png. For example, if I had a rom for Super Mario 64 called SuperMario64.z64 I would name the artwork for that rom SuperMario64.z64. Finally, restart the docker container or re-run main.py to apply your changes.","title":"What is EmuWeb?"},{"location":"#what-is-emuweb","text":"EmuWeb is an open source web-based retro emulation platform. This means it is a tool that can display and run your entire library of retro games in a web browser. It currently supports Nintendo Entertainment System, Super Nintendo, Nintendo 64, Sega Megadrive/Genesis, and Sega Game Gear games. At the moment it can display artwork, but you have to import it manually. EmuWeb can be installed through docker or as a standalone program.","title":"What is EmuWeb?"},{"location":"#installing-emuweb","text":"","title":"Installing EmuWeb"},{"location":"#installing-emuweb-using-docker-recommended","text":"Start by cloning the EmuWeb Github repository in your home directory to get some necessary files: cd ~ git clone https://github.com/DrgnFireYellow/EmuWeb.git Next, delete everything in the EmuWeb folder except for the games and artwork folders. It should look something like this: Lastly, run this docker command to start the EmuWeb container with a web server running on port 8080: docker run --name EmuWeb -p 8080:80 -v ~/EmuWeb/games:/EmuWeb/games -v ~/EmuWeb/artwork:/EmuWeb/artwork ghcr.io/drgnfireyellow/emuweb:stable","title":"Installing EmuWeb using Docker (Recommended)"},{"location":"#installing-emuweb-as-a-standalone-application","text":"Start by navigating to the releases tab of the EmuWeb Github repository and downloading the latest zip. Next, extract the zip file anywhere on your computer. Lastly, run main.py in the folder you just extracted and start a web server in the output folder.","title":"Installing EmuWeb as a standalone application"},{"location":"#adding-games","text":"Navigate to the folder where you either cloned or extracted EmuWeb and open the games folder. Next, copy your legally obtained rom files into the folders for their respective systems. Lastly, either restart the docker container or run main.py again to apply your changes.","title":"Adding Games"},{"location":"#adding-artwork","text":"Once again navigate to the folder where you either cloned or extracted EmuWeb, but this time open the artwork folder. Place the artwork for your games in png format in this folder named {your rom name}.png. For example, if I had a rom for Super Mario 64 called SuperMario64.z64 I would name the artwork for that rom SuperMario64.z64. Finally, restart the docker container or re-run main.py to apply your changes.","title":"Adding Artwork"}]} | ||
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"What is EmuWeb? EmuWeb is an open source web-based retro emulation platform. This means it is a tool that can display and run your entire library of retro games in a web browser. It currently supports Nintendo Entertainment System, Super Nintendo, Nintendo 64, Sega Megadrive/Genesis, and Sega Game Gear games. At the moment it can display artwork, but you have to import it manually. EmuWeb can be installed through docker or as a standalone program. Installing EmuWeb Installing EmuWeb using Docker (Recommended) Start by cloning the EmuWeb Github repository in your home directory to get some necessary files: cd ~ git clone https://github.com/DrgnFireYellow/EmuWeb.git Next, delete everything in the EmuWeb folder except for the games and artwork folders. It should look something like this: Lastly, run this docker command to start the EmuWeb container with a web server running on port 8080: docker run --name EmuWeb -p 8080:80 -v ~/EmuWeb/games:/EmuWeb/games -v ~/EmuWeb/artwork:/EmuWeb/artwork ghcr.io/drgnfireyellow/emuweb:stable Installing EmuWeb as a standalone application Start by navigating to the releases tab of the EmuWeb Github repository and downloading the latest zip. Next, extract the zip file anywhere on your computer. Lastly, run main.py in the folder you just extracted and start a web server in the output folder. Adding Games Navigate to the folder where you either cloned or extracted EmuWeb and open the games folder. Next, copy your legally obtained rom files into the folders for their respective systems. Lastly, either restart the docker container or run main.py again to apply your changes. Adding Artwork Once again navigate to the folder where you either cloned or extracted EmuWeb, but this time open the artwork folder. Place the artwork for your games in png format in this folder named {your rom name}.png. For example, if I had a rom for Super Mario 64 called SuperMario64.z64 I would name the artwork for that rom SuperMario64.z64. Finally, restart the docker container or re-run main.py to apply your changes.","title":"Home"},{"location":"#what-is-emuweb","text":"EmuWeb is an open source web-based retro emulation platform. This means it is a tool that can display and run your entire library of retro games in a web browser. It currently supports Nintendo Entertainment System, Super Nintendo, Nintendo 64, Sega Megadrive/Genesis, and Sega Game Gear games. At the moment it can display artwork, but you have to import it manually. EmuWeb can be installed through docker or as a standalone program.","title":"What is EmuWeb?"},{"location":"#installing-emuweb","text":"","title":"Installing EmuWeb"},{"location":"#installing-emuweb-using-docker-recommended","text":"Start by cloning the EmuWeb Github repository in your home directory to get some necessary files: cd ~ git clone https://github.com/DrgnFireYellow/EmuWeb.git Next, delete everything in the EmuWeb folder except for the games and artwork folders. It should look something like this: Lastly, run this docker command to start the EmuWeb container with a web server running on port 8080: docker run --name EmuWeb -p 8080:80 -v ~/EmuWeb/games:/EmuWeb/games -v ~/EmuWeb/artwork:/EmuWeb/artwork ghcr.io/drgnfireyellow/emuweb:stable","title":"Installing EmuWeb using Docker (Recommended)"},{"location":"#installing-emuweb-as-a-standalone-application","text":"Start by navigating to the releases tab of the EmuWeb Github repository and downloading the latest zip. Next, extract the zip file anywhere on your computer. Lastly, run main.py in the folder you just extracted and start a web server in the output folder.","title":"Installing EmuWeb as a standalone application"},{"location":"#adding-games","text":"Navigate to the folder where you either cloned or extracted EmuWeb and open the games folder. Next, copy your legally obtained rom files into the folders for their respective systems. Lastly, either restart the docker container or run main.py again to apply your changes.","title":"Adding Games"},{"location":"#adding-artwork","text":"Once again navigate to the folder where you either cloned or extracted EmuWeb, but this time open the artwork folder. Place the artwork for your games in png format in this folder named {your rom name}.png. For example, if I had a rom for Super Mario 64 called SuperMario64.z64 I would name the artwork for that rom SuperMario64.z64. Finally, restart the docker container or re-run main.py to apply your changes.","title":"Adding Artwork"}]} |
Binary file not shown.