Installing version jumpbox version 1.1.3
The wiki software has an admin user that uses the same password as entered in the jb admin. Is this mentioned in documentation? I think I'm missing some instr.
And where is the rest of the configuration? When I installed the previous version (1.1.0), it started me on a moinmoin config page where I could set up the email configuration and other stuff.
With 1.1.3, it jumps right into the app. I thought there was a self guided install for the software.
Thanks,
mc
Enable mail delivery
It seems that at the moment, you would have to manually change the /var/data/moinmoin/wikiconfig.py file. It should have been configured for local delivery by default so that the JumpBox SMTP settings would work. If you can SSH in, you could edit the wikiconfig.py file and add two lines like this ... substituting your email or the appropriate admin users email address.
mail_sendmail = '/usr/sbin/sendmail -t -i' mail_from = u"admin@example.com"Then restart apache
This should make email work. This should probably be configured like this initially, the next release should straighten this out.
Austin
Enable mail delivery
Hi
The app admin does indeed have the same password as the JumpBox Admin portal. The README.txt has all sorts of useful information along those lines and I believe it includes that. Actually, right after setup, the very first screen you should see says you can log into the app as "admin" with the password you just setup.
I am not sure what the other thing you are talking about is. Maybe you mean the JumpBox Administration portal? That should be at:
https://IPADDRESS:3000/
Austin
Mail delivery
I read the README, the only moinmoin info it has pertains to the release notes updates in jumbox.
I'm referring to the internal workings of MoinMoin. Not the mail config of jb.
When I used version JB 1.1.2, moinmoin has a mandatory email verification for new accounts that worked b/c on first boot, it would ask for your smtp server, etc.
Now with version JB 1.1.3, starting fresh, it does not ask for the smtp server and other config data on first boot. It goes right into the application. When I try to create a new account, it says mail notification is disabled and new accounts will not work.
So do I understand it correctly that I have to get into the config files for moinmoin, via ssh, to change all the other stuff that I previously changed with a web interface provided by moinmoin?
Thanks.
Enable mail delivery
Well, there should have been no intentional change in what you see on the Moinmoin app after the initial setup. I will look at 1.1.2 and 1.1.3 and see if I also see a difference.
Austin