VagrantOTRS is a packaged development environment for OTRS. This is a fairly simple project to Management IT to college IF Fluminense. This project followed VagrantPress
- Ubuntu Precise (12.04 LTS) x86
- Apache2
- MySQL
- PHP5
- PhpMyAdmin
- Git
- Curl
- Perl
- OTRS 4.0.4
This is a fairly simple project to get up and running.
The procedure for starting up a working OTRS 4.0.4 is as follows:
- For install Support (Ubuntu Precise x86)
- Clone the project. (There’s only master branch.)
- Run
sudo vagrantotrs/scripts/setup.sh
from command line - Run the command
vagrant up
from the directory - Open your browser to
http://vagrantotrs.dev/otrs/installer.pl
and install OTRS 4.0.4 - After installation OTRS 4.0.4, access to VM and run
sudo /opt/otrs/packages4/install.sh
from command line
- If installed Support
- Clone the project. (There’s only master branch.)
- Run the command
vagrant up
from the directory - Open your browser to
http://vagrantotrs.dev/otrs/installer.pl
and install OTRS 4.0.4 - After installation OTRS 4.0.4, access to VM and run
sudo /opt/otrs/packages4/install.sh
from command line
- Access to VM
- Whit Virtualbox: login
vagrant
passwordvagrant
- Whit SSH agent: login
ssh [email protected]
orssh [email protected]
passwordvagrant
- Access to database MySQL
- Whit PhpMyAdmin: Open your browser to
http://vagrantotrs.dev/phpmyadmin
loginroot
passwordvagrant
- Whit shell:
mysql -u root -pvagrant
The MIT License (MIT)
Copyright © 2015 Ismael Moreira ([email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.