rietveld
WARNING: THE RIETVELD SERVER MAY DISAPPEAR! See top of README.md. Code Review, hosted on Google App Engine
File Explorer
Download Latest Version (.zip)- __init__.py
- auth_utils.py
- common.py
- decorators.py
- engine.py
- exceptions.py
- feeds.py
- intra_region_diff.py
- library.py
- middleware.py
- models.py
- patching.py
- patiencediff.py
- responses.py
- urls.py
- utils.py
- views.py
- jquery.ajaxQueue.js
- jquery.bgiframe.min.js
- jquery.js
- thickbox-compressed.js
- thickbox.css
- indicator.gif
- jquery.autocomplete.css
- jquery.autocomplete.js
- jquery.autocomplete.min.js
- jquery.autocomplete.pack.js
- README
- FONTLOG.txt
- LICENSE.txt
- PressStart2P.ttf
- appengine-noborder-120x30.gif
- blank.jpg
- close.gif
- closedtriangle.gif
- favicon.ico
- leaderboard.css
- logo.png
- opentriangle.gif
- robots.txt
- rss.gif
- script.js
- star-dark.gif
- star-lite.gif
- styles.css
- zippyplus.gif
- all_description.html
- all_title.html
- closed_description.html
- closed_title.html
- issue_description.html
- issue_title.html
- mine_description.html
- mine_title.html
- reviews_description.html
- reviews_title.html
- template_description.html
- template_title.html
- comment.txt
- review.txt
- 404.html
- 500.html
- admin_update_stats.html
- all.html
- base.html
- block_user.html
- branch_edit.html
- branch_new.html
- diff.html
- diff2.html
- diff_missing.html
- diff_navigation.html
- draft_message.html
- edit.html
- exception.html
- file_navigation.html
- inline_comment.html
- issue.html
- issue_base.html
- issue_heading.html
- issue_pagination.html
- issue_row.html
- issue_star.html
- leaderboard.html
- migrate_entities.html
- new.html
- patch.html
- patchset.html
- publish.html
- repo_new.html
- repos.html
- repos_base.html
- search.html
- search_results.html
- set_client_id_and_secret.html
- settings.html
- settings_base.html
- starred.html
- use_uploadpy.html
- user.html
- user_popup.html
- user_stats.html
- view_details_select.html
- ps1.diff
- run_tests.py
- setup.py
- test_auth_utils.py
- test_incomingmail.py
- test_models.py
- test_views.py
- test_views_stats.py
- utils.py
- __init__.py
- cacerts.txt
- iri2uri.py
- socks.py
- __init__.py
- anyjson.py
- appengine.py
- client.py
- clientsecrets.py
- crypt.py
- django_orm.py
- file.py
- gce.py
- keyring_storage.py
- locked_file.py
- multistore_file.py
- tools.py
- util.py
- xsrfutil.py
- gflags.py
- gflags_validators.py
- remote_api.py
- run_pylint.sh
- uploadopts2wiki.py
- .gitignore
- __init__.py
- admin_tasks.py
- app.yaml
- appengine_config.py
- backends.py
- backends.yaml
- COPYING
- cron.yaml
- index.yaml
- main.py
- Makefile
- mapreduce.patch
- mapreduce.yaml
- pylintrc
- queue.yaml
- README.md
- settings.py
- TODO
- update_accounts.py
- update_entities.py
- upload.py
- urls.py
# Installation Guide
1. Get the code
git clone https://github.com/rietveld-codereview/rietveld
Downloads the entire project code from GitHub to your computer.
cd rietveld
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make serve
Compiles the code based on the generated build configuration to produce an executable.
make update VERSION=123f
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
