Giter Club home page Giter Club logo

Comments (3)

danielzeljko avatar danielzeljko commented on July 23, 2024 1

Hi @dgunay, I hope all is well. I just wanted to give you an update that there's a PR #491 that containerizes the project. If you don't mind, would you be up to giving it a test run? I've also updated the installation instructions. If you run into any issues, could you let me know? Otherwise, it'll be ready for merging!

from server.

dgunay avatar dgunay commented on July 23, 2024 1

@danielzeljko Looks like it worked. Great stuff! I may try again next time the mood strikes.

from server.

danielzeljko avatar danielzeljko commented on July 23, 2024

Thanks for being interested in the project and for considering contributing to LC. I appreciate your feedback on the setup process. I'm actively working on the on-boarding experience for new contributors.

Re: dependency management, the readme does provide clear instructions on how to install it via a requirements.txt file. It must have been overlooked by accident:

  1. Install the project dependencies for local development
    pip install -r requirements/local.txt

Additionally, progress in containerizing the project has been made as is evidenced by the latest comment. However, the readme is pretty outdated at the moment, especially the segment on seeding the database. It is currently being addressed in #403. Both of these are expected to be addressed after the messenger feat is released.

Here are some simplified instructions to get the project up and running (based on a recent setup I did for one of my machines):

  1. Follow the steps until the LC database is created
  2. Checkout #403 and run the following management command: python manage.py setup_mock_data. This will run the necessary migrations, install the fixtures, and generate some mock data. There is a small chance this script will fail due to faker not generating a unique username or email. In this case, just dropped the db and run the command again.
  3. Install the JS dependencies: npm i
  4. Run the project using npm run dev

I hope these instructions make the setup process smoother for you. If you happen to run into any issues, I'm more than happy to walk you through the process if you're still interested via our discord server.

from server.

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.