-
Notifications
You must be signed in to change notification settings - Fork 308
reasons to use calipso's respository as basis for my own site (vs. a fresh repo that isn't a direct "descendant")? #229
Comments
short followup -- it would be awesome if calipso could be configured as an npm dependency of my app instead of my app living in calipso... I think that would make my brain hurt less ;) |
If you deploy the git clone it works fine. This is how I deploy to Sent via the internets On Sep 27, 2013, at 8:58 PM, Stu Salsbury [email protected] wrote: So I'm getting started building my own site with calipso. I'm assuming I'll Am I going to experience pain and agony if I just develop the site in my I can already feel the pain of creating a separate site. If I develop I haven't really grokked the whole process of doing the deployment yet -- How is everyone else handling this? — |
That's a good idea, but not currently implemented. Your code can site in Sent via the internets On Sep 27, 2013, at 9:00 PM, Stu Salsbury [email protected] wrote: short followup -- it would be awesome if calipso could be configured as an — |
Cool -- thanks. |
@richtera do you use git submodules for your modules and themes? |
No I don't. It's a good solution but it gets in the way of pull requests. I Sent from my iPhone On Sep 29, 2013, at 11:43 AM, Stu Salsbury [email protected] wrote: @richtera https://github.com/richtera do you use git submodules for your — |
Note also that both modules and themes allow subfolders for that reason. So Sent from my iPhone On Sep 29, 2013, at 11:43 AM, Stu Salsbury [email protected] wrote: @richtera https://github.com/richtera do you use git submodules for your — |
Thanks. I guess what you're saying is to use .gitignore as its set up to ignore the community directories so that they don't squeak into calipso, and set up git repositories in them for non-core stuff? |
Along these lines, if I install using the calipso site command, is there a prescribed .gitignore I should use when I commit my site to a git repo? I'm obviously going to ignore node_modules and the conf directory. What else shouldn't I commit? |
I would start out with the .gitignore inside of the calipso repo. Sent from my iPhone On Dec 28, 2013, at 12:17 AM, Nicholas Calugar [email protected] Along these lines, if I install using the calipso site command, is there a — |
I am refactoring calipso to live inside of a module in each site rather than taking over the site. |
@richtera thanks for the update. I've not been doing anything with my project, but when I saw this it occurred to me that the title of this issue might be misleading, so I edited it. :) Please feel free to close it if you'd like. I hope your refactoring works out! |
Yea I got the refactor to work. I am waiting to push it out to the main site since that's been a little flaky. How you're doing well. I remember you said you stopped using calipso. I have been too busy to pick it back up as well. Have a great day. On May 25, 2014, at 3:31 PM, Stu Salsbury [email protected] wrote:
|
That was meant to say "Hope you're doing well." On May 25, 2014, at 3:33 PM, Andreas Richter [email protected] wrote:
|
So I'm getting started building my own site with calipso. I'm assuming I'll be doing quite a few patches to calipso itself along the way....
Am I going to experience pain and agony if I just develop the site in my clone of the calipso repository instead of doing
calipso site /path/to/mysite
?I can already feel the pain of creating a separate site. If I develop directly in the calipso source, are there any gotchas when it comes time to deploying to, say, heroku?
I haven't really grokked the whole process of doing the deployment yet -- how best to deal with multiple databases and configurations and such, but it seems to me that the lesser of two evils, given that I'll probably be patching calipso while I go, is to just run from its source. Does this make sense?
How is everyone else handling this?
The text was updated successfully, but these errors were encountered: