Cyclone3 Server (VMware)
From Cyclone3 Wiki
Cyclone3 Server is a VMware image with Debian server (GNU/Linux OS) installed, Cyclone3 and additional applications. This solutions is a prepared environment ready to testing Cyclone3 and develop domain services for it.Contents |
Why a virtual machine image
Let's imagine you have already tried the demo and liked it. What is the next step? You might want to try to install Cyclone3 yourself. For some users, it might be impossible if they use a Windows machine, a little complicated or they just simply don't have enough time. That is why we have prepared a virtual machine that you can download and install.
Cyclone3 framework uses several technologies: Perl code is the essence. There is a lot of stuff around it though - we have chosen Apache as our running web server, MySQL as the default database, cron as the task scheduling system and a lot of libraries which extend functionality, such as the ability, to handle different types of media and different video codecs.
Of course, anyone is free to customize their installation and extend it in ways that are most suitable for them. For users who are not advanced and for the sake of easy installation and an opportunity to try and mess with anything or if you just happen to be short of time, we have created a virtual machine image.
Installation instructions
- Download VMware Player, Server or Workstation
- Download Cyclone3 Server image (480MB archive, 1.4GB after unpack)
- Unpack 7zip file into own directory
- Start VMware Player with unpacked image of virtual host (open it from VMware Player)
- Default account is user with password user
login: user password: user
- Setup networking (remove file /etc/ftab with ethernet MAC address, using command)
sudo rm /etc/ftab # you will be asked for user password reboot # restart virtual host to start with correct networking
Usage
- Root account can be established by command sudo -u root -s
- Functional account for Cyclone3 XULadmin is in domain example.tld for user user and password user.
Upgrade to newest Cyclone3 Framework version
- Execute this command to upgrade Cyclone3 sources:
cd /www/TOM/;svn up
- Fix files permissions by command:
sudo /www/TOM/.bin/tom3-chfiles -a
- Upgrade database structures:
/www/TOM/.bin/tom3-chtables /www/TOM/.bin/tom3-chtables -a
Windows environment
- Setup NAT or bridget networking in VMware Player
- Setup example.tld and www.example.tld host to virtual host (because you want to use example.tld from your browser in windows environment - edit file host.txt in windows system directory)
- For remote files editation we recommend use Komodo Edit
