-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1179 from EcrituresNumeriques/feature/1178
- Loading branch information
Showing
40 changed files
with
399 additions
and
7,277 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
Depending on your needs, you may want to install Stylo in different ways : | ||
|
||
- [With Docker](#run-with-docker) (suited to run Stylo rapidly) | ||
- [Without Docker](#run-without-docker) (suited to tailor your Stylo setup) | ||
- [With Docker](#run-with-docker) (suited to run Stylo rapidly) | ||
- [Without Docker](#run-without-docker) (suited to tailor your Stylo setup) | ||
|
||
[Ansible playbooks](#deploy-with-ansible) enable you to deploy Stylo on a remote machine, accessible with the SSH protocol. | ||
|
||
|
@@ -13,10 +13,8 @@ You can find various pointers in our [GitHub Actions automations](./.github/work | |
|
||
First step is to clone the project, you can use either the HTTPS or SSH version of the repository URL: | ||
|
||
|
||
$ git clone [email protected]:EcrituresNumeriques/stylo.git | ||
|
||
|
||
## Run with Docker | ||
|
||
Useful to run a fully fledged Stylo in no time. | ||
|
@@ -29,9 +27,11 @@ Run the following command: | |
**NOTE:** The first time, this command can take a few dozen minutes depending on your network speed and machine capabilities. Subsequent calls will be faster. | ||
|
||
This gives your access to: | ||
|
||
- Stylo (frontend): http://localhost:3000 | ||
- GraphQL endpoint: http://localhost:3030 | ||
- Export endpoint: http://localhost:3060 | ||
- Export endpoint: http://localhost:3080 | ||
- Pandoc API: http://localhost:3090 | ||
|
||
## Run without Docker | ||
|
||
|
@@ -54,7 +54,6 @@ After _cloning_ the repo, build the service and its dependencies: | |
$ npm clean-install | ||
$ npm start | ||
|
||
|
||
After the image is built, you should have a Stylo instance running on your server. | ||
Now, we need to expose it to the outside world with a reverse proxy. | ||
|
||
|
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.