Git Product home page Git Product logo

Comments (15)

sameersbn avatar sameersbn commented on July 21, 2024

@peefour this does not look right. The {{ENABLE_CACHE}} part is supposed to get replaced with either true or false https://github.com/sameersbn/docker-redmine/blob/master/assets/init#L151

Have you does any edits? If not, can you paste your docker run command?

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

I did not do any edits

this is my command:

root@ubu14 ~ # docker run --name redmine -i -t -d -p 57022:22 -p 57080:80 sameersbn/redmine:latest

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour in that case, this does not make sense. I will pull the image from the docker index and see whats up. hang on.

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

thanks sameer ;)

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

here a screenshot of the error with backtrace
http://awesomescreenshot.com/0b52px8cc5

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour just pulled the image and tested on a centos server. No issues noticed. Seems to be working perfectly.

I would recommend pulling the latest image from the docker index

docker pull sameersbn/redmine:latest

When you use the sameersbn/redmine:latest images, you should manually update the image periodically, docker on its own will not figure out that the image has changed and pull the image from the index.

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

I use it on ubuntu 14.04 (on digitalocean.com hosting),
can ubuntu be the reason?

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

I did not make any volume containers yet, is that required?

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour naah.. my laptop is a 14.04 machine. So i don't think thats the problem. Volumes are not required when you are just testing. If you are going to use the container in production , then yes, you SHOULD mount volumes.

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

I cleaned all redmine containers and images and downloades again

the pull command did not work, but the run command did pull the images.
can this be a reason?

root@ubu14 ~ # docker pull sameersbn/redmine:latest
Pulling repository sameersbn/redmine
2014/04/28 04:32:37 HTTP code: 500
root@ubu14 ~ #
root@ubu14 ~ # docker run --name redmine -i -t -d -p 57022:22 -p 57080:80 sameersbn/redmine:latest
Unable to find image 'sameersbn/redmine:latest' locally
Pulling repository sameersbn/redmine
f7faac1ea3b6: Pulling dependent layers
f7faac1ea3b6: Download complete
6170bb7b0ad1: Download complete
79fdb1362c84: Download complete
c0fe63f9a4c1: Download complete
5e2abdd4559f: Download complete
dd05db5b7338: Download complete
3a3922e1d76e: Download complete
ac3f28a0f81b: Download complete
d43422db8c9c: Download complete
a5c5ea9abba7: Download complete
c57dbc39eb3d: Download complete
f88f9b744fc9: Download complete
348c65f2bf0e: Download complete
c613a97c7404: Download complete
75e670fb892e: Download complete
156ba00aedbf: Download complete
501012f7126b: Download complete
c69ade859fab: Download complete
2b0b876dd10a: Download complete
7497720bf704: Download complete
e5cc55d16861: Download complete
d7dc55cf3c06: Download complete
02a6098ca0c9: Download complete

7370e0d9ea6232b0f92699376fb026702f27d2da1be4959be6d383ae8c267891

error: see http://awesomescreenshot.com/0ef2pxth63

but now it is another error??

Internal server error
Passenger encountered the following error:

The application spawner server exited unexpectedly: Unexpected end-of-file detected.

Exception class:
PhusionPassenger::Rack::ApplicationSpawner::Error

Backtrace:

error: see http://awesomescreenshot.com/0ef2pxth63

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour i dont know what the issue.
just give me some time i will release redmine version 2.5.1. Will let you know once its up.
Try with that version.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour ok. there is a new redmine version up.
Please try this

docker pull sameersbn/redmine:2.5.1
docker run -i -t --rm sameersbn/redmine:2.5.1

Keep an eye on the logs until the application has started. maybe there could be something in there.

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

Hi sameer !!

It works now !! thanks !!!!

Can I suggest some adittions?

thanks !!

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@peefour you can configure SMTP to use whatever email service provider you want using the SMTP_ configuration parameters. However if you want to use postfix, then please consider setting up a postfix server locally or using an existing postfix container.

Regarding addition of plugins, i am already having a tough time keeping the repo up to date. I have to periodically check if builds are working as they tend to break when new plugins are released and the older plugin zip/tarballs are removed from the origin. In view of this, I was thinking to removing all the plugins and providing a simple enough mechanism for each user to install whatever plugins they desire.

from docker-redmine.

peefour avatar peefour commented on July 21, 2024

ah indeed! a plugin install mechanism would be great !!

from docker-redmine.

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.