Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Neolib v2

  1. #11

    Joined
    Sep 2012
    Posts
    39
    Userbars
    0
    Thanks
    0
    Thanked
    31/15
    Mentioned
    11 times
    Time Online
    2d 8h 38m
    Avg. Time Online
    N/A
    V0.1 Beta has been released. This release now includes a PyPi distribution. This means going forward you no longer need to clone the repository and install manually. Simply:

    Code:
    $ pip3 install neolib2
    Or to upgrade to a newer version after installing:

    Code:
    $ pip install neolib2 --upgrade

  2. #12

    Joined
    Sep 2012
    Posts
    39
    Userbars
    0
    Thanks
    0
    Thanked
    31/15
    Mentioned
    11 times
    Time Online
    2d 8h 38m
    Avg. Time Online
    N/A
    I've added a separate repository for storing applications that use this framework:

    (you need an account to see links)

  3. #13

    Joined
    Sep 2012
    Posts
    39
    Userbars
    0
    Thanks
    0
    Thanked
    31/15
    Mentioned
    11 times
    Time Online
    2d 8h 38m
    Avg. Time Online
    N/A
    Good news! As part of the cloud integration initiative this library now has a base Docker image hosted on the DockerHub.

    This means you can now write Dockerfile's and use this image as the base for deploying your neolib based programs to the cloud in a controlled and easy to monitor manner. I'll update this thread again sometime this week with examples on exactly how to do this.

    Repo: (you need an account to see links)

    Code:
    sudo docker pull jmgilman/neolib2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •