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
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: getting-started/installation.md
+4-31Lines changed: 4 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,8 @@
1
1
# Installation
2
2
3
-
## Self-hosted vs SaaS
4
-
5
-
Before you proceed we would like to remind you that we also offer Software as a Service platform called [Vendo](https://getvendo.com/?utm\_source=spree\_docs) which is essentialy Spree in the cloud, with [additional features](https://spreecommerce.org/spree-as-a-service/), global CDN, pre-built integrations without hosting headaches. 
6
-
7
-
.png)
8
-
9
-
With [Vendo](https://getvendo.com/?utm\_source=spree\_docs), you just need to sign up and focus on your brand and storefront experience. The rest (hosting, maintenance, security, scaling) is handled by us.
10
-
11
3
## Prerequisites
12
4
13
-
Before proceeding make sure you have [Docker Desktop](https://docs.docker.com/get-docker/) installed on your system. This is fairly straightforward but differs depending on which operating system you use.
5
+
Before proceeding make sure you have [Ruby](https://www.ruby-lang.org/en/) installed on your system. This is fairly straightforward but differs depending on which operating system you use.
14
6
15
7
If you would like to add Spree to your existing Ruby on Rails application, please [follow this guide instead](../advanced/existing\_app\_tutorial.md) (for advanced users).
16
8
@@ -20,36 +12,17 @@ Windows users will need to [install the Linux subsystem](https://docs.microsoft.
20
12
21
13
## Installation
22
14
23
-
### Installation using Spree CLI
24
-
25
-
For the instructions on how to setup Spree with a dedicated CLI tool go to [this](../cli/getting-started-with-spree-cli.md) page.
3. Rename `spree_starter-main` directory as you please
32
-
4. Run `bin/setup-docker` in said directory
33
-
5. Wait for the commands to execute (it can take around 2-3 minutes)
34
-
6. Run `bin/start-docker` to run the webserver
18
+
4. Run `bin/setup` in said directory
19
+
6. Run `bin/rails s` to start the web server
35
20
36
21
## Hello, Spree Commerce
37
22
38
23
You now have a functional Spree application after running only a few commands!
39
24
40
-
To stop the webserver, hit `Ctrl-C` in the terminal window where it's running. 
41
-
42
-
### Connecting to the API
43
-
44
-
Your API server is up and running.[ Download our Open API doc](https://raw.githubusercontent.com/spree/spree/master/api/docs/v2/storefront/index.yaml) and [import it to Postman](https://learning.postman.com/docs/integrations/available-integrations/working-with-openAPI/) to start playing around. Your backend server URL is `http://localhost:4000` so to grab the Products List you can use:
0 commit comments