
# Installing Ocsigen

All Ocsigen packages are available via [opam](https://opam.ocaml.org/), the OCaml package manager.


### Full-stack Web and mobile apps

For client-server applications with mobile support, start with [Ocsigen Start](/ocsigen-start/):

```sh
$ opam install ocsigen-start
```
Then read the [getting started guide](/tuto/latest/basics.html).


### Server-side websites

For traditional websites with minimal client-side code, [Eliom](/eliom/) alone is enough:

```sh
$ opam install ocsipersist-sqlite-config eliom
```
See the [server-side programming documentation](/tuto/latest/basics-server.html).


### More resources

Browse all [tutorials](/tuto/) to find the best starting point for your project.
