This is a product being built by the Assembly community. You can help push this idea forward by visiting https://assembly.com/bit-commerce.
Assembly products are like open-source and made with contributions from the community. Assembly handles the boring stuff like hosting, support, financing, legal, etc. Once the product launches we collect the revenue and split the profits amongst the contributors.
Visit https://assembly.com to learn more.
bundle install --without production
./bin/rake db:setup
-
Start rails server
./bin/rails s
-
Visit localhost at port 3000:
git remote add heroku [email protected]:bitcommerce.git
git push heroku master
heroku run bin/rake db:migrate
BIT_BUSINESS_EMAIL
- PayPal Business account used to collect payment as a primary account, default is sandbox accountBIT_SERVICE_FEE
- The cost of BitCommerce service, default is 0.05 (5%)
See also app/config/paypal.yaml
for the environment variables related to the
PayPal API configuration