2022-04-19 20:31:41 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
# Overleaf for YunoHost
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2023-06-03 19:24:12 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/overleaf.svg)](https://dash.yunohost.org/appci/app/overleaf) ![Working status](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg)
|
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
[![Install Overleaf with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf)
|
2022-04-19 20:31:41 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
> *This package allows you to install Overleaf quickly and simply on a YunoHost server.
|
2022-04-19 20:31:41 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2022-05-15 12:15:40 +02:00
|
|
|
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
|
|
|
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
**Shipped version:** 2022.04.23~ynh1
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2022-04-19 20:31:43 +02:00
|
|
|
## Screenshots
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2023-06-03 19:24:12 +02:00
|
|
|
![Screenshot of Overleaf](./doc/screenshots/screenshot.png)
|
2022-04-23 19:59:10 +02:00
|
|
|
|
2022-05-12 12:35:35 +02:00
|
|
|
## Disclaimers / important information
|
|
|
|
|
|
|
|
To create the initial administrator account: `https://yourdomain.com/launchpad`
|
2022-05-15 12:15:40 +02:00
|
|
|
|
2022-04-19 20:31:41 +02:00
|
|
|
## Documentation and resources
|
|
|
|
|
2023-06-03 19:24:12 +02:00
|
|
|
* Official app website: <https://www.overleaf.com>
|
|
|
|
* Official user documentation: <https://www.overleaf.com/learn>
|
|
|
|
* Upstream app code repository: <https://github.com/overleaf/overleaf>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/overleaf_ynh/issues>
|
2022-04-19 20:31:41 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing).
|
2022-04-19 20:31:41 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2023-06-03 19:24:12 +02:00
|
|
|
|
|
|
|
``` bash
|
2022-04-24 00:50:57 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
2022-04-19 20:31:41 +02:00
|
|
|
or
|
2022-04-24 00:50:57 +02:00
|
|
|
sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
2022-04-19 20:31:41 +02:00
|
|
|
```
|
|
|
|
|
2023-06-03 19:24:12 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|