-
Notifications
You must be signed in to change notification settings - Fork 0
What packages are desired for the virtual machine PXE Boot image? #2
Comments
I think it might be fine to leave pycharm off there. You can easily set up To clarify, you can run your IDE (pycharm) and have it connect to your dev environment (the vm). On Tue, Jun 17, 2014 at 10:58 AM, mbainrot [email protected] wrote:
Sincerely, Tim Suess Alternative Thought |
I think it would be best to use Python3 if we are going to use python. Are On Tue, Jun 17, 2014 at 11:05 AM, B0073D [email protected] wrote:
|
@B0073D okies, I will leave the tar.gz in the http://192.168.0.1/res directory for those who want it (as not to contribute to the congestion on the tiny little internet connection at the facility) Its actually really easy to setup (side effect of it's somewhat closed source nature maybe?) so should be OK. |
is flask and flask-peewee etc etc etc compatible with 3? I'd maybe stick with 2.7 as there are more modules/tools are available.
|
@jamiereid I thought we chose python 2.7 due to sockets/http? stuff still not marked as mature in python 3.0? Alternatively is it possible to use both? or do they not get along/cause headaches? (pardon the lack of experience here, I am a .NET code monkey ) |
Yes. mhvdb2 is running on Python3 On Tue, Jun 17, 2014 at 11:12 AM, B0073D [email protected] wrote:
|
Ah, maybe I missed that part of the discussion the other night. @brendam On Tue, Jun 17, 2014 at 11:13 AM, mbainrot [email protected] wrote:
|
We did loose time last year to people having trouble getting a dev But the other thing I'd like us to protect ourselves from is not having
However, it is likely to be a fallback option so don't want to overdo what On 17 June 2014 11:09, mbainrot [email protected] wrote:
regards, Brenda |
On the editor discussion, http://sourceforge.net/projects/bluefish/files/ what are peoples thoughts? its more of an "incluision", best of all its in the apt-repos so its addition is trivial My personal preference is to use a VM, means I have a clean environment and I can work around the OS problems on my big notebook (looses network connectivity randomly) Though if people have a working environment then i don't care :P provided I don't have to chase my tail because of "compiles on my computer, so must be your environment" syndrome :) Happy to provide my seed and post install scripts if it'll help people setup their environments. As for dealing with slow internet, we could always do a download wish list for large data sets and get someone with a silly fast internet connection to download and burn/copy to usb. Alternatively we could try and setup a wifi link back to the maker space. edit: |
Is there still an intention to meet up this week? A USB drive with
|
I'll look into setting up a local ci system (similar to Travis).
|
On the topic of local ci, I found the Travis repo. So in theory we could setup a local ci for next year. But it is alot of work and I suspect it would need a fair whack of CPU as Travis uses virtual machines and the puppet like mechanism who's name escapes me If we follow their structure and not combine services it's about 5-8 VMS with a fair bit of beef on 'em |
VMs, with the advent of virtual extensions in CPUs, aren't that The information can be exposed via a simple HTTP API, just log the docker Would take some time to setup, but it is really flexible and means that you On Wed, Aug 13, 2014 at 8:16 PM, mbainrot [email protected] wrote:
|
Hey all,
I've been working on setting up the virtual machine image (debian preseed automated install) and so far I got the following setup on the python image.
Python stuff and most other stuff is done in a "post install" stage of things. This means that basically the system reboots into linux and autologins in as root. It propmpts for desktop theme but so far it seems like it doesn't care if it's ignored, it just asks again on next login.
Jamie has suggested PyCharm, looking into how to install it now. Only going to provide the community version.
Ta,
Max
The text was updated successfully, but these errors were encountered: