You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script will install following new packages on your system:
22
-
23
-
- Homebrew
24
17
-[Git][git_link]
25
-
-[rbenv][rbenv_link]
18
+
-[rbenv][rbenv_link] or [asdf][asdf_link]
26
19
-[ruby-build][ruby_build_link]
27
20
-[Ruby][ruby_link] (latest stable)
28
21
-[Rails][rails_link]
29
22
-[PostgreSQL][pg_link]
23
+
-[SQLite][sqlite_link]
30
24
-[Redis][redis_link]
31
-
-[Bundler][bundler_link]
32
-
- Node
25
+
-[Node.js][node_link]
33
26
-[pnpm][pnpm_link]
34
-
-[MailHog][mh]
35
-
36
-
_In case you have any of this package pre-installed and don't want to run entire script, see the [script][mac_script] and pick the packages you don't have currently installed. The script is fine-tuned for Discourse, and includes all the packages required for Discourse installation._
27
+
-[MailHog][mh_link]
28
+
-[ImageMagick][imagemagick_link]
37
29
38
30
> restart your terminal
39
31
@@ -135,17 +127,16 @@ Congratulations! You are now the admin of your own Discourse installation!
135
127
136
128
Happy hacking! And to get started with that, see [Beginner’s Guide to Creating Discourse Plugins](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins/30515).
This will install the following new packages on your system:
31
+
You will need the following packages on your system:
38
32
39
33
-[Git][git_link]
40
-
-[rbenv][rbenv_link]
34
+
-[rbenv][rbenv_link] or [asdf][asdf_link]
41
35
-[ruby-build][ruby_build_link]
42
-
-[Ruby][ruby_link] (stable)
36
+
-[Ruby][ruby_link] (latest stable)
43
37
-[Rails][rails_link]
44
38
-[PostgreSQL][pg_link]
45
39
-[SQLite][sqlite_link]
46
40
-[Redis][redis_link]
47
-
-[Bundler][bundler_link]
48
-
-[MailHog][mg]
41
+
-[Node.js][node_link]
42
+
-[pnpm][pnpm_link]
43
+
-[MailHog][mh_link]
49
44
-[ImageMagick][imagemagick_link]
50
45
51
-
_In case you have any of this package pre-installed and don't want to run the entire script, see the [script][linux_script] and pick the packages you don't have currently installed. The script is fine-tuned for Discourse, and includes all the packages required for Discourse installation._
52
-
53
46
Now that we have installed Discourse dependencies, let's move on to install Discourse itself.
54
47
55
48
## Clone Discourse
@@ -64,7 +57,6 @@ _`~` indicates home folder, so Discourse source code will be available in your h
64
57
65
58
## Setup Database
66
59
67
-
[details="Already completed by the install script"]
68
60
Create role **with the same name as your Linux system username**:
69
61
70
62
```sh
@@ -141,22 +133,19 @@ Congratulations! You are now the admin of your own Discourse installation!
141
133
142
134
Happy hacking! And to get started with that, see [Beginner’s Guide to Creating Discourse Plugins](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins/30515).
_In case you have any of this package pre-installed and don’t want to run entire script, see the [script](https://github.com/discourse/install-rails/blob/master/linux) and pick the packages you don’t have currently installed. The script is fine-tuned for Discourse, and includes all the packages required for Discourse installation._
25
+
You will need the following packages on your system:
26
+
27
+
-[Git][git_link]
28
+
-[rbenv][rbenv_link] or [asdf][asdf_link]
29
+
-[ruby-build][ruby_build_link]
30
+
-[Ruby][ruby_link] (latest stable)
31
+
-[Rails][rails_link]
32
+
-[PostgreSQL][pg_link]
33
+
-[SQLite][sqlite_link]
34
+
-[Redis][redis_link]
35
+
-[Node.js][node_link]
36
+
-[pnpm][pnpm_link]
37
+
-[MailHog][mh_link]
38
+
-[ImageMagick][imagemagick_link]
46
39
47
40
Now that we have installed Discourse dependencies, let’s move on to install Discourse itself.
48
41
[/quote]
@@ -507,3 +500,17 @@ Any further issues that show up can be addressed in the future.
507
500
---
508
501
509
502
_Last Reviewed by @SaraDev on [date=2022-06-15 time=19:00:00 timezone="America/Los_Angeles"]_
0 commit comments