We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be03e35 commit ba6880eCopy full SHA for ba6880e
README.md
@@ -1,2 +1,19 @@
1
-docs.ruby-lang.org
2
-=================
+# docs.ruby-lang.org
+
3
+## Platform Environment
4
5
+* AWS EC2 Tokyo region
6
+* Debian 9(stretch): `apt install nginx groonga git bundler certbot`
7
+* passenger nginx module: https://www.phusionpassenger.com/library/install/nginx/install/oss/stretch/
8
+* We use `capistrano` for deployments.
9
10
+## Directory structure
11
12
+* All of applications runs at `rurema` user.
13
+* rurema-search: `/var/rubydoc`
14
+* docs.ruby-lang.org: `/var/www/docs.ruby-lang.org`
15
+* nginx configuration: `/etc/nginx/sites-available/docs.ruby-lang.org`
16
17
+## Related project
18
19
+* https://github.com/ruby/rurema-search
0 commit comments