Git Product home page Git Product logo

Comments (6)

corpulent avatar corpulent commented on August 15, 2024

@davidfic I already started on prepping the code base for a proper local development setup, documentation, unit testing. Once this stuff is done, I will publish the code here. I am estimating sometime early next month. I was planning sooner, but bug fixes keep getting in the way ;) .

from ctk.

corpulent avatar corpulent commented on August 15, 2024

@davidfic I can add you to the private repo in the mean time while I get things in order, this way you can use it in your organization this week. The current small user base of this tool reported so many feature requests, bugs and improvements that it set me back a bit.

Can you share how you would need to run this tool within your organization? I am thinking you would just run docker-compose up and have the whole thing working either on your local machine or a server. I have the docker-compose.yaml setup, but I can also create kubernetes deployment files.

@xcad2k

from ctk.

corpulent avatar corpulent commented on August 15, 2024

@davidfic @xcad2k the project is open sourced now. Let me know what you guys thing. Closing this issue.

from ctk.

basudip avatar basudip commented on August 15, 2024

just got the notification. you just did an amazing job for the community. I am a .net guy. don't have much exp in Angular. but will test your build locally.
clone the repo and run "docker-compose local_setup" right?

from ctk.

corpulent avatar corpulent commented on August 15, 2024

@basudip Thanks a lot man, did my best, first time releasing something into open source, and honestly I am really self conscious about my code quality.

Im assuming you are running windows, just make sure you got Docker and Docker Compose installed, and just do make local_setup. I suggest you get GCC make command installed, so you can run my make commands. If not, then you will have to run them individually like this.

cd ./src/composer && npm install && npm run build_local

... go back to the project root

docker-compose up -d

... wait for a few seconds

docker exec -it nuxx-api python /home/app/manage.py makemigrations
docker exec -it nuxx-api python /home/app/manage.py migrate
docker exec -it nuxx-api python /home/app/manage.py collectstatic --noinput

I suggest you get in my Slack channel https://join.slack.com/t/nuxxapp/shared_invite/zt-fkgoyz5h-CYo5tqAT0CwRZMpuOJYAJA so you can message me directly.

from ctk.

basudip avatar basudip commented on August 15, 2024

Yes, I use windows for development but docker on windows is a big no for me. for docker usually, I use Raspberry or a VM if no other option left.

from ctk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.