Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create documentation for fabric-related deployment and configs #22

Open
cybertoast opened this issue Jan 9, 2012 · 9 comments
Open
Assignees

Comments

@cybertoast
Copy link
Collaborator

The wiki does not have any documentation about creating local configuration files using fabric, or deployment using fabric. This is necessary for new users to know how to set up a site using fabric.

@simon-mcc
Copy link

yes, this would be very usefull

@ghost ghost assigned cybertoast Apr 30, 2013
@cybertoast
Copy link
Collaborator Author

Accepted. I'll add docs this week as I have time. To be clear we're also working on a totally new version of CBU which will be released in the next week or so.

@simon-mcc
Copy link

thx cybertoast.
I already know a new version will be available soon and that's a really good news. Unfortunately I really need a CBU for the very next few weeks. I already spent days, and i will not give-up so easily :)
I'm working for a consortium of famous universities and we have really short delays.
thx again.

@cybertoast
Copy link
Collaborator Author

Ok I'll try to get some docs together by Wed night since I'll have some
travel time.

On Tue, Apr 30, 2013 at 3:59 PM, simon-mcc [email protected] wrote:

thx cybertoast.
I already know a new version will be available soon and that's a really
good news. Unfortunately I really need a CBU for the very next few weeks. I
already spent days, and i will not give-up so easily :)
I'm working for a consortium of famous universities and we have really
short delays.
thx again.


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-17250547
.

@simon-mcc
Copy link

I'am working on an AWS Server with ubuntu.
According to https://github.com/localprojects/Change-By-Us/wiki/Installation-Instructions-%28Ubuntu%29
Prerequesites (install, bdd) are clear, but the application configuration part is not really simple. I dont' understand how to deal with config.yaml and that stuff :)
best regards

@simon-mcc
Copy link

Hi, any news about documentation ?

@localprojects
Copy link
Owner

I've added a bit more documentation to the wiki (
https://github.com/localprojects/Change-By-Us/wiki/Configuration). Does
this help?

On Fri, May 3, 2013 at 5:03 AM, simon-mcc [email protected] wrote:

Hi, any news about documentation ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-17384767
.

@simon-mcc
Copy link

yes, but you don't refer to fabric ?
i was thinking fabric is needed to deploy the app ? no ?

@cybertoast
Copy link
Collaborator Author

If you're deploying to an EC2 or other remote host you'll need to edit the
rcfile.sample and rename it something like rcfile.mine. Fabric will use
this file (eg. fab -f fabfile.py -c rcfile.mine prod deploy) to interpolate
the variables into the etc/config.yaml.tmpl, which will then be pushed to
the remote host during the upload.

If you're just running things locally (development environment) then you
can create the config.yaml "manually". Alternatively you can also create an
rcfile with your local configs, eg. rcfile.local, and have the config.yaml
generated by fabric: fab -f fabfile.py -c rcfile.local dev
create_local_configs. This will generate config.yaml in your build_path
(defined in rcfile).

On Fri, May 3, 2013 at 10:26 AM, simon-mcc [email protected] wrote:

yes, but you don't refer to fabric ?
i was thinking fabric is needed to deploy the app ? no ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-17396853
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants