Commit Graph

77 Commits

Author SHA1 Message Date
mDuo13
6fddc96d1b Build instructions: remove some obsolete language 2021-03-19 04:11:41 -07:00
mDuo13
c499869032 Ubuntu/Debian upgrade: add warning about GPG key for 1.7.0 2021-03-04 14:37:21 -08:00
mDuo13
429d8e3386 Merge branch 'rippled_170' 2021-02-23 22:50:44 -08:00
mDuo13
9f48a3c079 Installation updates for rippled 1.7.0
- Update GPG key in Ubuntu instructions
- Update version number in build instructions
- Simplify some instructions & system requirements
2021-02-23 11:51:57 -08:00
Ryan Young
ee04ee7b37 add steps for zsh profiles
The current instructions assume a bash profile. Starting with Catalina, zsh is the default shell for macOS. We should make sure that zsh users can complete the build steps.
2021-02-10 13:33:05 -08:00
Rome Reginelli
883f86c21e Clarify source .bash_profile step
The previous step has you cd out of your home directory, so adding ~/ to the source command makes it more likely to 

Also, adds the `$` preface to the boost install steps, and updates the rippled version number for Boost compatibility info
2021-01-25 13:57:07 -08:00
Alloy Networks
49d8692d3d Add build-essential to list of dependencies 2020-11-14 13:54:53 +02:00
Robert Swarthout
8299b7fc69 Changes to storage space consumed for full-history nodes. 2020-11-10 16:58:42 -05:00
mDuo13
b3cdb02909 Update version-setting commit example 2020-08-19 09:21:59 -07:00
Rome Reginelli
8e39f90202 Merge branch 'master' into rr-install-focal 2020-08-19 09:13:30 -07:00
mDuo13
5f92542544 Merge branch 'v1.6.0' into master 2020-08-19 09:06:56 -07:00
mDuo13
b70d24dfa1 Add link compression tutorial 2020-08-03 15:13:26 -07:00
mDuo13
c63d10d116 Most spelling, more style cleanup 2020-07-24 03:28:02 -07:00
mDuo13
2652c8832a Spelling - more fixes, additions 2020-07-24 03:25:59 -07:00
mDuo13
0f807c6e09 Health check details (+related edits) 2020-07-01 20:43:08 -07:00
Rome Reginelli
abc373409d Ubuntu Install: Remove Disco Dingo (EOL) 2020-06-23 11:32:41 -07:00
Rome Reginelli
5c588410b5 Update install for latest distro releases
Default to Focal Fossa, list our other supported releases
2020-06-23 10:29:05 -07:00
mDuo13
83686c40c6 Translation edits, cleanup 2020-06-22 16:44:43 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00
mDuo13
d80d387289 Boost 1.71.0 compatibility, use as sample in builds. 2019-12-03 13:14:29 -08:00
mDuo13
2bfe9e574b Japanese translation: fix all the broken links 2019-11-05 23:09:32 -08:00
mDuo13
7b188351c0 CRLF to LF; fix some broken links 2019-11-05 23:09:32 -08:00
mDuo13
10abd4b1cd Language support updates
- Unicode header IDs filter
- Change some links to use the new ID formula
  (It matches the GitHub-Flavored Markdown standard closely.)
- Build script changes
2019-11-05 23:08:41 -08:00
mDuo13
588c41bf34 rippled API versions - JA support, simplify syntax 2019-11-05 23:08:41 -08:00
mDuo13
9432de96e5 Japanese translation progress
- Add more translations ('Manage the rippled server' section,
  'Specialized Payment Types' etc.)
- Fix callouts in Japanese-language pages
2019-11-05 23:08:39 -08:00
mDuo13
d972643b6e IA: add links for tutorials
IA: more tutorial links

IA: Tutorials stuff

- Move 'Cancel or Skip a Transaction' to 'About Canceling a Transaction'
  (Fixes #582)
- Add more 'See Also' links to Escrow & Payment Channel tutorials
2019-10-16 14:39:08 -07:00
Rome Reginelli
c08a6e37b6 Cleanup deb package build instructions
- Stop code fence from splitting the bulleted list
- Rephrase slightly for clarity
2019-08-29 14:07:30 -07:00
Mike Ellery
e57f4daf73 Update info about building packages from source tree 2019-08-22 11:50:59 -07:00
Rome Reginelli
ce6b69904a Fix indentation on boost root command sample 2019-07-30 15:15:01 -07:00
Yusuf Şahin Hamza
f84e01f22e Update build-run-rippled-macos.md 2019-07-30 20:08:06 +03:00
Yusuf Şahin Hamza
51c32e6b85 Adding Boost environment variable in a new line 2019-07-30 13:24:38 +03:00
Yusuf Şahin Hamza
0dcc266f0c Update build-run-rippled-macos.md
Solving the confusion and helping when adding Boost environment variable to .bash_profile
2019-07-30 13:14:45 +03:00
Rome Reginelli
59f8af21eb Merge pull request #642 from alloyxrp/patch-3
Run update script as sudo user - CentOS
2019-07-29 13:45:00 -07:00
Alloy Networks
8eaafb7eec Run update script as sudo user - CentOS 2019-07-28 18:36:10 +03:00
Alloy Networks
43945b8fe9 Add instruction to run update script as sudo user. 2019-07-28 18:34:51 +03:00
Mike Ellery
ee5ab0f5fd Add service restart instruction for alien-to-apt migration 2019-07-26 08:16:29 -07:00
Rome Reginelli
d3f2f13c67 Merge pull request #634 from alloyxrp/patch-1
Missing install keyword
2019-07-25 15:48:59 -07:00
mDuo13
d1f69305c2 Fix broken link to '1.3.0' migration instructions 2019-07-25 15:46:12 -07:00
mDuo13
7287c3d70b 1.3.1 supersedes 1.3.0 2019-07-25 15:37:07 -07:00
Alloy Networks
9f2749a59c Missing install keyword
`apt -y apt-transport-https ca-certificates wget gnupg` changed to `apt -y install apt-transport-https ca-certificates wget gnupg`
2019-07-25 15:35:07 +03:00
mDuo13
92bf45afa2 rippled 1.3.0 requires Boost 1.70 (as of rc2) 2019-07-11 01:29:58 -07:00
mDuo13
9baf5cc372 Corrections for v1.3.0 automatic updates 2019-07-09 18:29:28 -07:00
mDuo13
2fe41ecda5 Update install instructions per reviews 2019-07-09 18:29:28 -07:00
mDuo13
edda56510b rippled v1.3.0 install/upgrade/build updates 2019-07-09 18:29:28 -07:00
mDuo13
c56a8e1869 v1.3.0 install/upgrade (draft done?) 2019-07-09 18:29:28 -07:00
mDuo13
1d90706a62 more 1.3.0 update/install/migration work 2019-07-09 18:29:28 -07:00
mDuo13
2809632a5f rippled 1.3.0 install instructions (DRAFT) 2019-07-09 18:29:28 -07:00
mDuo13
317bb967ed Move Ubuntu install location 2019-07-09 18:29:28 -07:00
mDuo13
e97658e0a4 xrpl.org links, colors 2019-06-13 15:41:07 -07:00
mDuo13
cb9185c5f2 Update devblog links 2019-04-11 14:48:06 -07:00