Contact developer
File a bug or feature request                                                                         RSS
|
|
% tar -zxvf Plasmidb-0.9.1.zip % mv Plasmidb/* /var/www/html
% mysql -u root mysql> CREATE DATABASE plasmidb2_development; mysql> quit; % mysql -u root -c plasmidb2_development < plasmidb.sql
$ sudo pear help $ sudo pear channel-update pear.php.net $ sudo pear install DB # things should downloading and installing automatically $ sudo pear install DB_DataObject $ sudo pear install HTML_Table $ sudo pear install HTML_QuickForm
$ apt-get install php5-cli php-pear php5 php5-mysqli php5-common libapache2-mod-php5 mysql-server
$ sudo pear help # allows us to see how to get started $ sudo pear channel-update pear.php.net $ sudo pear install DB # things should downloading and installing automatically $ sudo pear install DB_DataObject $ sudo pear install HTML_Table $ sudo pear install HTML_QuickForm
$ sudo apt-get install cvs $ cvs -d:pserver:anonymous@plasmidb.cvs.sourceforge.net:/cvsroot/plasmidb login $ cvs -z3 -d:pserver:anonymous@plasmidb.cvs.sourceforge.net:/cvsroot/plasmidb co -P plasmidb $ cvs -z3 -d:pserver:anonymous@plasmidb.cvs.sourceforge.net:/cvsroot/plasmidb co -P Phly $ cvs -z3 -d:pserver:anonymous@plasmidb.cvs.sourceforge.net:/cvsroot/plasmidb co -P Bio $ cvs -z3 -d:pserver:anonymous@plasmidb.cvs.sourceforge.net:/cvsroot/plasmidb co -P Html $ cd plasmidb/config $ vi db.conf # Set up your DB information & password here $ vi app.conf # Check that the directories are set up OK
$ mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 to server version: 5.0.22-Debian_0ubuntu6.06.2-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create DATABASE plasmidb2_development; Query OK, 1 row affected (0.02 sec) mysql> Bye # Control-D exits mysql $mysql -u root plasmidb2_development < ~/plasmidb_dev.sql