Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 524cbb8

Browse files
Update installation.md
1 parent 7331ed5 commit 524cbb8

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

getting-started/installation.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# Installation
22

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-
![Vendo - Spree as a Service offerring](https://uploads-ssl.webflow.com/6230c485f2c32ea1b0daa438/62386b96518cdcbe111f134a\_OG%20Image%20\(2\).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-
113
## Prerequisites
124

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.
146

157
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).
168

@@ -20,36 +12,17 @@ Windows users will need to [install the Linux subsystem](https://docs.microsoft.
2012

2113
## Installation
2214

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.
26-
27-
### Manual installation
28-
2915
1. Download [Spree Starter](https://github.com/spree/spree\_starter/archive/main.zip)
3016
2. Unzip it
3117
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
3520

3621
## Hello, Spree Commerce
3722

3823
You now have a functional Spree application after running only a few commands!
3924

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:
45-
46-
```bash
47-
curl --request GET \
48-
--url http://localhost:4000/api/v2/storefront/products \
49-
--header 'Content-Type: application/json'
50-
```
51-
52-
We recommend checking out our [API reference](https://api.spreecommerce.org/) for more details.
25+
To stop the web server, hit `Ctrl-C` in the terminal window where it's running. 
5326

5427
### Logging Into the Admin Panel
5528

0 commit comments

Comments
 (0)