huginn: bundle exec rake db:create RAILS_ENV=production ERROR:Could not find activesupport-4.2.5.2 in any of the sources Run `bundle install` to install missing gems.
Hi,
I have a few problems,that huginn cannot be started.It seems all of them was just Bundle.I didn’t known what was the issus.Can you help me.I can show you root and password.Thanks!
When I do this sudo -u huginn -H bundle install --deployment --without development test
It was the Error:
An error occurred while installing unf_ext (0.0.7.1), and Bundler cannot continue.
Make sure that gem install unf_ext -v '0.0.7.1' succeeds before bundling.
When I do as these. Initialize Database
Create the database
sudo -u huginn -H bundle exec rake db:create RAILS_ENV=production sudo bundle exec rake production:export sudo bundle exec rake production:status
It was shown me the same Error:
Could not find activesupport-4.2.5.2 in any of the sources
Run bundle install to install missing gems.
The Version gem2.5.1 ruby 2.3.0p0 (2012-12-25 revision 53290) [x86_64-linux] Bundler version 1.11.2
Cloud Instance 768 MB VPS - 45.32.7.162 CPU: 1 vCore Ram: 768 MB Storage: 15 GB SSD OS: Debian 8 x64 (jessie)
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 49 (1 by maintainers)
Hi @wffamily,
did you install the requirements as mentioned in the first step?
If that does not help can you copy and paste the output of bundler?