Changes

Jump to navigation Jump to search
Wrote the first half of a real "Installing Altium" tutorial
Line 1: Line 1: −
==Account Setup==
+
{{guide| authors=Sasha Maldonado ({{slack-user|smaldonado}})}}
   −
Within the {{slack-channel|altium}} channel, request an account for both Altium itself and for Assembla, where our revision control system for board and part files is managed.
+
==Background==
   −
==Installing Altium==
+
Altium Designer is SSI's preferred circuit board design program. The program runs exclusively on Windows; Mac and Linux users have successfully run Altium through both dedicated Windows partitions and Windows virtual machines. Though debated amongst SSI members, a USB mouse is also a useful tool when designing circuit boards.
   −
Altium Designer can be downloaded [http://www.altium.com/products/downloads here]. Be aware that the software will only install on Windows operating systems. After downloading, install with the default settings, and sign in with your Altium account.
+
[https://altium.com Altium Ltd.] sponsors SSI with a number of shared licenses to use their software. These licenses are managed over the internet - after signing in for the first time, your computer will automatically download a license file every time you open Altium and release your license when you close the program.
   −
==Installing SVN==
+
Altium allows users to draw circuit schematics and then design the physical layout of the components represented in the schematic. This requires libraries of symbols to represent components, the physical dimensions of those components in real life, and links so that they can be purchased from suppliers. SSI and Stanford Solar Car Project members have designed parts for these libraries over the course of several years, and as an Altium user, you will almost certainly [[Making Parts for PCB Libraries|add parts to the SSI PCB libraries]].  
You need an SVN client to use the SSI Altium repository. The recommended choice is to install [http://tortoisesvn.net/ Tortoise SVN].
     −
[https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-quick-start.html Here] is a resource for some basic info regarding SVN and setup
+
These libraries are shared and synchronized amongst all of SSI's Altium users using a [https://en.wikipedia.org/wiki/Version_control version control] technology called Subversion (typically "SVN"). SVN allows a group of folders (known as a "repository") to be shared selectively between SSI's Altium users, while tracking changes between versions of the files and allowing users to decide when they share changes they've made with the rest of the SSI userbase (sharing your changes is known as "committing" those changes). SSI's SVN is hosted online by a sponsor, [https://assembla.com Assembla].
   −
Make sure you install the Windows context menu support.
+
Users familiar with git will find SVN familiar but notably different; SSI's reasons for using SVN over git are captured [[Tribal Altium Knowledge|here]].
   −
Set up Tortoise:
+
==Installation and Setup==
- Make a directory to store all of the SSI data
  −
- Right click and select "SVN checkout"
  −
- Point to the repository at: http://subversion.assembla.com/svn/stanfordspaceinitiative
  −
- Enter your credentials
     −
When you are using the SVN, the most important commands are update, commit, lock, unlock, and add.
+
===Account Setup===
 +
[[File:TortoiseSVNMenu.png|thumb|200px|right|A screenshot showing all of the SVN functions available when right-clicking after installing TortoiseSVN. You will never use most of these.]]
 +
Within the {{slack-channel|altium}} channel, request an account for both Altium itself and for Assembla. Messaging {{slack-user|altium-admin}} will summon the relevant person.
 +
 
 +
===Installing SVN===
 +
You will need SVN software to use the SSI Altium repository. The recommended choice is to install [http://tortoisesvn.net/ Tortoise SVN] (Windows-only). Mac and Linux users who want SVN access from within their home OS are recommended to install [https://http://www.smartsvn.com/ SmartSVN], though we will not discuss its usage in this article.
 +
 
 +
TortoiseSVN will run persistently on your computer and allow you to work with files synchronized with the SVN. As shown at right, TortoiseSVN will appear as a menu available when right clicking on files or folders. We will introduce the most useful of these commands in this article; several more are discussed [[Using TortoiseSVN|here]] (recommended reading ''after'' installing Altium).
 +
 
 +
===Downloading SSI Altium Libraries===
 +
[[File:SVNCheckout.png|thumb|200px|right|Make sure you're right clicking on the folder you just created.]]
 +
[[File:SVNCheckout2.png|thumb|200px|right|Your checkout window should look very similar to this.]]
 +
Find a convenient location on your computer (i.e. your desktop) to create a folder that will host all of the shared SSI Altium files. Create a new folder there (my folder is called "SVN-SSI-Altium"). Right click on the folder, and select "SVN Checkout" (see right). A window should pop up (see right) showing a URL to download files from and a location on your computer where the files will be downloaded. Verify that the target on your computer is where you intend and set the URL of the repository to http://subversion.assembla.com/svn/stanfordspaceinitiative, and click OK. You will then be prompted for your Assembla login - this will be your '''username''' ('''not''' email) and password for your Assembla account. Enter these, click OK, and your computer should begin to download the Altium libraries. These are rather large and will take several minutes.
 +
 
 +
If your credentials are not accepted (a rare but known problem), make sure they are correct, and then reset your password (not necessarily change it, simply reset it). The origin of this issue is unknown, but a password reset typically solves the problem. If it still doesn't work, log into [https://assembla.com Assembla] and ask their 24-hour support for help with SVN authentication - they are typically very helpful and respond in around half an hour.
 +
 
 +
===Installing Altium===
 +
Once you have an Altium account, Altium Designer can be downloaded [http://www.altium.com/products/downloads here] after logging in on the Altium website. Be aware that the software will only install on Windows operating systems. After downloading, install with the default settings.
 +
 
 +
===Connecting Altium to the License System===
 +
[[File:AltiumSignIn.png|thumb|200px|right|You will only ever need to do this once.]]
 +
[[File:AltiumLicense.png|thumb|200px|right|Protip: Don't publish sensitive information on the internet.]]
 +
After Altium finishes installing, open it. Under "My Account," click "Sign in" (see right) and log in with your Altium account. Check "Sign me in when I open Altium Designer," as this will automatically grant you license access when you start the program. Next, under "Available Licenses," select Altium Designer from the list of products (you may or may not have other options listed; you can safely ignore all other ones) and click "Use" underneath (see right). This will now happen automatically every time you open the program.
 +
 
 +
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
    
==Installing SSI Libraries==
 
==Installing SSI Libraries==
767

edits

Navigation menu