Getting Started
Pages 8
Clone this wiki locally
There are three different kinds of everware users:
- I want to use code in a repository that is
everware-ready - I want to make my own code
everware-ready - I want to host my own
everwareinstance
The rest of this document deals with using a repository that is already everware-ready. Read being everware compatible to learn how to make your code compatible with everware. To host your own instance of everware read: hosting an everware instance.
Using an everware compatible repository
You need two ingredients for this.
The first ingredient you will need is a link to a git repository that is compatible with everware. If you do not have one, take a look at the everware gallery. In this example we will use everware-dimuon-example.
The second ingredient you will need is access to a running everware instance. There are a few public ones:
- https://everware.rep.school.yandex.net (used in this example)
Open https://everware.rep.school.yandex.net in a new browser window. Paste the URL of the git repository you want to try out (everware-dimuon-example) on the webpage and click "Launch". This should clone the repository, build the environment, and connect you to it after a few seconds. You are now ready to explore the code and what it does.