Thanks for letting me know Cyrus, that will be super helpful. Koen, thanks for the virtualenvwrapper tip. I'll have to read up more on how to use it in the future.
Eventually, I was able to get *python arches3/manage.py runserver 0:0* to work, but there were some django warnings and unmigrated modifications in the app which may be why I was still unable to access the server through a browser. I got errors when I tried to make the migrations, so I will happily await the documentation. Cheers and thanks again, Adam On Tue, Mar 17, 2015 at 10:51 AM, Cyrus Hiatt <[email protected]> wrote: > Hi Adam - > > I am going to be working on the installation docs today. I will post them > for you as soon as they're ready. > > Cyrus > > > > On Monday, March 16, 2015 at 10:47:54 AM UTC-7, Adam Cox wrote: >> >> Hello all. I've been trying to make the bitbucket Arches 3 repo work by >> running various install scripts in what seems like a logical order, but not >> having much luck. I'm not sure if the code is in a state to be installed >> (even if it's still rough around the edges), but if it is, could I get some >> pointers on how to do so? >> >> I've cloned it to an Ubuntu 14.04 EC2 instance. I began with "source >> ubuntu_trusty_precise.sh" and then tried running "python arches3/setup.py >> build" followed by "python arches3/setup.py install". The install process >> couldn't find the arches module in the virtual environment so I copied the >> "arches3/arches" folder into site-packages in the virtual environment. >> Progress, but "python manage.py runserver" couldn't find the django >> modules... makes me think I don't have a good handle on how virtualenv is >> supposed to work. >> >> My thought is that after getting a functional core arches install, I'll >> clone the HIP and install it/modify/reinstall it to work on some new >> ideas. At least, that is my understanding of how cores arches and the HIP >> application will fit together. I figure an ubuntu 14.04 instance should >> be a pretty foolproof environment (also, it will ultimately be my >> production environment) but maybe there is an easier way to do it. >> >> I know that documentation is still in the works and on the way, I'm just >> trying to do what I can up front to make my project/funding work. >> >> Thanks a bunch! >> Adam >> > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Arches Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/archesproject/rYfvCFlYBM8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
