-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rephrased the instruction to configure app in readme.md and contributing.md #21673
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,9 @@ released version of Element: | |
1. Untar the tarball on your web server | ||
1. Move (or symlink) the `element-x.x.x` directory to an appropriate name | ||
1. Configure the correct caching headers in your webserver (see below) | ||
1. Configure the app by copying `config.sample.json` to `config.json` and | ||
modifying it. See the [configuration docs](docs/config.md) for details. | ||
1. Configure the app by making a copy of the `config.sample.json` and renaming it as | ||
`config.json` within the same directory. You can also customize it. See the | ||
[configuration docs](docs/config.md) for details. | ||
1. Enter the URL into your browser and log into Element! | ||
|
||
Releases are signed using gpg and the OpenPGP standard, and can be checked against the public key located | ||
|
@@ -132,9 +133,10 @@ guide](https://classic.yarnpkg.com/en/docs/install) if you do not have it alread | |
environment](#setting-up-a-dev-environment) below). Alternatively, you | ||
can use <https://develop.element.io> - the continuous integration release of | ||
the develop branch. | ||
1. Configure the app by copying `config.sample.json` to `config.json` and | ||
modifying it. See the [configuration docs](docs/config.md) for details. | ||
1. `yarn dist` to build a tarball to deploy. Untaring this file will give | ||
1. Configure the app by making a copy of the `config.sample.json` and renaming it as | ||
`config.json` within the same directory. You can also customize it. See the | ||
[configuration docs](docs/config.md) for details. | ||
3. `yarn dist` to build a tarball to deploy. Untaring this file will give | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to fit the surrounding document, this would also be numbered at 1 |
||
a version-specific directory containing all the files that need to go on your | ||
web server. | ||
|
||
|
@@ -311,9 +313,12 @@ Clone the repo and switch to the `element-web` directory: | |
git clone https://github.com/vector-im/element-web.git | ||
cd element-web | ||
``` | ||
The `matrix-js-sdk`, `matrix-react-sdk` and `element-web` folders should be at the same level. | ||
|
||
Configure the app by copying `config.sample.json` to `config.json` and | ||
modifying it. See the [configuration docs](docs/config.md) for details. | ||
|
||
Configure the app by making a copy of the `config.sample.json` and renaming it as | ||
`config.json` within the same directory. You can also customize it. | ||
See the [configuration docs](docs/config.md) for details. | ||
|
||
Finally, build and start Element itself: | ||
|
||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the indentation here appears to have been lost