Repositories
- Blong-CarTorque-Discourse-Docker - this repo is synced to the production server. It contains the configuration & setup for the productions server. See containers/app.yml
- Blong-CarTorque-Discourse-topic-previews - Customized version of topic preview plugin, include all the template customization
- Blong-Cartorque-Event - Clone version of event plugin, remove the conflicted template
- Blong-Cartorque-Theme - Repo include theme file to import ionic framework and CSS stylesheet for mobile view
- discourse - Local Version of Discouse for development purpose
Development
- Launch Docker Manager
- [repo: discourse] ./bin/docker/rails s
[ additional step and details ] Dev Login details: [email protected] insite12345
shutdown docker instance: ./bin/docker/shutdown_dev bootup docker instance: ./bin/docker/boot_dev --init
Theme Syncing
- Configuration File location ~/.discourse_theme
- change directory to ~/Documents/GitHub
- discourse_theme watch ./cartorque_theme/
How to run on server
- clone this repo onto the server
- ./launcher restart
Important Information https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648