User Tools

Site Tools


geda:gparts_ii

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
geda:gparts_ii [2012/02/20 21:07]
ehennes Remove <xterm> usage
geda:gparts_ii [2014/04/12 19:22] (current)
rlutz Add breadcrumbs navigation
Line 1: Line 1:
 +[[:|gEDA]] >> [[developer|Development]] >> [[gparts_tc|Parts Manager]] >> [[gparts_ii|Installation Instructions]]
 +
 ====== Part Manager Installation ====== ====== Part Manager Installation ======
  
Line 25: Line 27:
  
 ==== MySQL ==== ==== MySQL ====
-In order to use MySQL, the packages listed below must be installed. ​ The +In order to use MySQL, the packages listed below must be installed. ​ The
 mysql-server package may not be required if configured to use a remote server. mysql-server package may not be required if configured to use a remote server.
  
Line 60: Line 62:
 If needed, obtain the source from the source repository. If needed, obtain the source from the source repository.
  
-  $ git clone git:%%//%%git.gpleda.org/gparts.git+  $ git clone git://git.geda-project.org/gparts
   Initialized empty Git repository in /​home/​username/​Projects/​gparts/​.git/​   Initialized empty Git repository in /​home/​username/​Projects/​gparts/​.git/​
   remote: Counting objects: 930, done.   remote: Counting objects: 930, done.
Line 133: Line 135:
   mysql> create database GParts;   mysql> create database GParts;
   mysql> use GParts;   mysql> use GParts;
-  mysql> grant all privileges on *.* to '​user'​@'​localhost'​ identified by '​password';​</​xterm>​+  mysql> grant all privileges on *.* to '​user'​@'​localhost'​ identified by '​password';​
  
 After creating the database, the base tables and part-specific tables must be After creating the database, the base tables and part-specific tables must be
Line 218: Line 220:
  
   $ xsltproc convert.xml ../​../​tmp/​rhom-discretes.xml | sqlite3 sample.db   $ xsltproc convert.xml ../​../​tmp/​rhom-discretes.xml | sqlite3 sample.db
 +
geda/gparts_ii.1329790041.txt.gz ยท Last modified: 2012/02/20 21:07 by ehennes