Skip to content

Commit

Permalink
Remove PayPal from the installation instructions
Browse files Browse the repository at this point in the history
It's no longer an option in the script

See solidusio/solidus#4494
  • Loading branch information
waiting-for-dev committed Aug 9, 2022
1 parent 0e6f444 commit a82c9e9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/getting-started/installing-solidus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,12 @@ $ bundle add 'solidus'
$ bin/rails generate solidus:install
```

The installer will prompt you on a few questions before completing the installation. First it will
ask if you would like to use the default authentication
solution, [Devise](https://github.com/heartcombo/devise), or your implement your own. Next it will
ask what payment service you would like to install with solidus.Currently, Solidus comes packaged
with [Paypal](https://developer.paypal.com/home) as the default and only option. Other integrated
services that you tie into your application can be found and in the payment section
of [Solidus extensions](https://solidus.io/extensions/). If you want to skip installing a payment
service, just type 'none'. Finally, you will be prompted for an admin email and password. You can
leave the default (email: [email protected], password: test123) or enter your own.
The installer will prompt you on a few questions before completing the
installation. It will ask if you would like to use the default authentication
solution, [Devise](https://github.com/heartcombo/devise), or your implement
your own. Finally, you will be prompted for an admin email and password. You
can leave the default (email: [email protected], password: test123) or enter
your own.

Once the installation has completed, you can now start your Rails server:

Expand Down

0 comments on commit a82c9e9

Please sign in to comment.