-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove PayPal from the installation instructions
It's no longer an option in the script See solidusio/solidus#4494
- Loading branch information
1 parent
0e6f444
commit a82c9e9
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|