Basically hitting this:

out: abort: repository /opt/vanilla_mezz/project not found!

Can't figure out why it can't find it.  Can't figure out the right path to 
set in the PROJECT_NAME

At least, that's what I think is throwing it off.

On Wednesday, April 9, 2014 6:27:57 PM UTC-5, Kyle Pennell wrote:
>
> Sorry for being vague:
>
> Was thinking something like this:
> ├── deploy
> │   ├── crontab
> │   ├── gunicorn.conf.py
> │   ├── live_settings.py
> │   ├── nginx.conf
> │   └── supervisor.conf
> ├── dev.db
> ├── fabfile.py
> ├── __init__.py
> ├── __init__.pyc
> ├── local_settings.py
> ├── local_settings.pyc
> ├── manage.py
> ├── requirements.txt
> ├── settings.py
> ├── settings.pyc
> ├── static
> │   ├── admin
> │   ├── css
> │   ├── filebrowser
> │   ├── fonts
> │   ├── grappelli
> │   ├── img
> │   ├── js
> │   ├── media
> │   ├── mezzanine
> │   ├── robots.txt
> │   └── test
> ├── urls.py
> ├── urls.pyc
> └── wsgi.py
>
>
> Could make the fabric settings even easier.  Make sure I have the app in 
> the right place.
>
> On Wednesday, April 9, 2014 6:21:56 PM UTC-5, Josh Cartmell wrote:
>>
>> I'm not sure I understand your question, this is the repo I deployed:
>>
>> https://bitbucket.org/joshcartme/vanilla_mezz/src/89e8ec26735fa6dade72af9a2cc936052d08fd3f?at=default
>>
>> Is that what you were looking for?
>>
>>
>> On Wed, Apr 9, 2014 at 4:16 PM, Kyle Pennell <kpen...@gmail.com> wrote:
>>
>>> Hey Josh,
>>> Would it be possible for you to send me the Tree Document Structure 
>>> where Vanilla_mezz is?  I could then double check I have things in the 
>>> right place.
>>>
>>>
>>> On Friday, April 4, 2014 2:18:42 PM UTC-6, Josh Cartmell wrote:
>>>
>>>> what if you run:
>>>>
>>>> sudo cat /etc/default/locale
>>>>
>>>> I'm at a bit of a loss, never seen that error before =/
>>>>
>>>>
>>>> On Fri, Apr 4, 2014 at 11:41 AM, Kyle Pennell <kpen...@gmail.com>wrote:
>>>>
>>>>> fab settings seems to be right there as well:
>>>>>>
>>>>>>
>>>>>>      "REQUIREMENTS_PATH": "requirements.txt", # Path to pip 
>>>>>> requirements, relativ$
>>>>>>      "GUNICORN_PORT": 8000, # Port gunicorn will listen on
>>>>>>      "LOCALE": "en_US.UTF-8", # Should end with ".UTF-8"
>>>>>>      "LIVE_HOSTNAME": "www.ahalearning.co", # Host for public site.
>>>>>
>>>>>
>>>>> On Friday, April 4, 2014 12:09:35 PM UTC-6, Kyle Pennell wrote:
>>>>>>
>>>>>> root@kpennell:/opt/myenv/mezzanine_app# fab all
>>>>>> [107.170.215.138] Executing task 'all'
>>>>>>
>>>>>> ---
>>>>>> all
>>>>>> ---
>>>>>>
>>>>>>
>>>>>> -------
>>>>>> install
>>>>>> -------
>>>>>>
>>>>>>
>>>>>> $ cat /etc/default/locale ->
>>>>>>
>>>>>>
>>>>>> Fatal error: sudo() encountered an error (return code 1) while 
>>>>>> executing 'cat /etc/default/locale'
>>>>>>
>>>>>> Aborting.
>>>>>> Disconnecting from 107.170.215.138... done.
>>>>>> root@kpennell:/opt/myenv/mezzanine_app# nano /etc/default/locale
>>>>>>
>>>>>>   GNU nano 2.2.6            File: /etc/default/locale                 
>>>>>>               
>>>>>>
>>>>>> LANG="en_US.UTF-8"
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Here's what I'm seeing.  The file seems to exist.
>>>>>>
>>>>>> On Thursday, April 3, 2014 11:34:24 AM UTC-6, Matthew Summers wrote:
>>>>>>>
>>>>>>> Does that file exist? 
>>>>>>>
>>>>>>  -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "Mezzanine Users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to mezzanine-use...@googlegroups.com.
>>>>>
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Mezzanine Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mezzanine-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to