Git Product home page Git Product logo

bugzilla's People

Contributors

dylanwh avatar franck-boullier avatar kaihendry avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bugzilla's Issues

Make up fails with error - make: *** No rule to make target 'up'

What I did:

  • Create a new fresh AWS instance (Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-6f198a0c)
  • install dockers
    sudo apt install docker.io
  • install docker compose
    sudo apt install docker-compose
  • Install make:
    sudo apt-get install make
  • Configure docker:
    sudo usermod -aG docker $USER
    sudo systemctl start docker
  • Log out and log back in
  • check that all is OK:
    docker ps
    No error there
  • Clone the latest repo
    git clone https://github.com/unee-t/bugzilla.git
  • Move to the bz folder
    cd ~/bugzilla
  • Try to build it
    make up

This does not work as intended
Error message:

ubuntu@ip-172-31-20-119:~/bugzilla$ make up
make: *** No rule to make target 'up'. Stop.

Did I do anything wrong?
Any idea how to fix that?

Need to be able to update the favicon

The favicon is located in the folder
/images
We need to include this in the customization as this needs to be changed from a vanilla BZ installation too.

How to do email configuration with AWS

This is not strictly a bug for this repo, but it's related to how we can deploy this in AWS.
I'm putting this here so we can better follow up on this.

@kaihendry, in order for the prod environment to work it needs to be configured to be able to send emails.

We need to document how it can be done and test that before we can go live with the production envo.
As of today the prod environment throws an error each time it needs to send an email.

This is a show stopper: we can't go live if we don't understand how this can be done.

Update docker to use Aurora instead of MariaDB

Since we need/want to use Aurora to benefit from AWS Lambda notification capabilities, we need to make sure that the docker uses Aurora at build time.

This is a Major update and will make Unee-T more dependent on AWS (until further releases) but this seems to be the most efficient and scalable way forward at this point.

We probably also need to update the README wherever relevant.

@kaihendry feel free to add/comment if necessary

Generate random passwords

When we do an installation with dockers, the cat .env variable are the same each time.

It would be nice to be able to generate the passwords randomly.
To access the passwords we can always do
cat .env
To get the password variables for the environment we just built

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.