Robert Stewart
08/24/2021, 11:08 PMHernan
08/25/2021, 6:39 AMHernan
08/25/2021, 6:39 AMbenmorganio
08/25/2021, 9:06 PMbenmorganio
08/25/2021, 9:07 PMMingming
08/26/2021, 9:54 AMrails new your_solidus_project_name --skip-javascript
cd /path/to/your-solidus-project-name
# in gem file, add solidus with reference to my public fork
gem 'solidus', github: 'my_public_fork_of/solidus'
Option 2: similar to option 1, but pointing solidus to a (local) private fork (not sure this is supported). But it also makes the development work happen in two places: the private project repo and the private fork repo. Not ideal.
Option 3: I’m thinking somehow, I can modify Solidus directly in my private repo, either in the form of new extensions or to the source code of Solidus directly. My question is, how to run the project in development and release mode? by creating an sandbox as described in the “Develop Solidus” doc?
git clone <git://github.com/solidusio/solidus.git>
cd solidus
bundle install
bin/sandbox
env DB=postgresql bin/sandbox
cd sandbox
bin/rails server
Really appreciate if I could get unblocked by this. Thank you.Tom Wilson
08/26/2021, 2:04 PMTom Wilson
08/26/2021, 2:05 PMMingming
08/26/2021, 2:13 PMMingming
08/26/2021, 2:13 PMMingming
08/26/2021, 2:13 PMJared Norman
Tom Wilson
08/26/2021, 7:20 PMTom Wilson
08/26/2021, 7:20 PMTom Wilson
08/26/2021, 7:21 PMJared Norman
@product.variants_including_master
for all products.Vlad Danciu
08/30/2021, 6:54 PMMingming
08/31/2021, 4:03 AMMingming
08/31/2021, 4:03 AMMingming
08/31/2021, 9:27 AMMingming
08/31/2021, 9:31 AMEfi
08/31/2021, 8:02 PMEfi
08/31/2021, 8:04 PMJared Norman
Efi
08/31/2021, 8:18 PMEfi
08/31/2021, 8:20 PMEfi
08/31/2021, 8:20 PMJared Norman
Efi
08/31/2021, 8:26 PMEfi
08/31/2021, 8:36 PM