Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 1.67 KB

quickstart.md

File metadata and controls

38 lines (22 loc) · 1.67 KB

⚡ Quickstart

Running Salve in a production enviroment is very simple and only takes about two steps.

📦 Installing Dependencies

The first step is to download and install docker. This enables Salve to run in a sandboxed and predictable envrioment.

👟 Finally Running It

To get Salve started, just run the command below in any terminal.

docker run -it -p 8000:8000 --pull always --init --rm huskydog9988/salve:2

Then access http://localhost:8000 (or http://127.0.0.1:8000) on the same device and your done. You can use Salve to your hearts content.

❓ FAQ

🛑 How do I stop it?

Simply press on your keyboard the ctrl and c keys at the same time while in the same terminal as Salve is running.

🐋 HELP! Docker says an error occurred while connecting!

Example error:

docker: error during connect: This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine: The system cannot find the file specified.
See 'docker run --help'.

The solution here is simple, you just need to ensure that docker is running. To do this, simply open up search and type "Docker Desktop", then upon seeing the application with the same name, run it. Give it a minute or too to get going and then you should be fine to run the cmd up above.

🆘 I still have an issue!!

If thats the case, we're sorry to hear that. We can help diagnose and solve any issues you might be experiencing if you open up a new issue.