-
Notifications
You must be signed in to change notification settings - Fork 36
Uploading To SourceForge
Kiri Choi edited this page Jul 10, 2020
·
8 revisions
Binary installers for Tellurium Spyder and Tellurium Notebook should be distributed through SourceForge.
On Windows, the easiest way to upload binary installers is to use software like WinSCP. Instructions below will assume you are installing WinSCP.
- When you run WinSCP after installing it, the software will ask you to configure a session. Configure a session using SFTP (port 22) with host name of
frs.sourceforge.net
. User name should be a comma separated value of<username>,<projectname>
(<projectname>
would bepytellurium
for Tellurium purposes). - Press
Advanced
and go toDirectories
. SetRemote directory
as/home/frs/project/pytellurium/
. - Log in. Uploading files is as simple as making a folder and drag-and-dropping .exe files. Make sure to create folders with correct version number.
- For a major release, create a toplevel folder with
Tellurium-<version>
. For Tellurium notebooks, installers are uploaded tonotebook
folder. - Also make sure to set the default downloads for Windows, Mac, and Linux, which can be done by pressing
i
button next the a binary installer (in a browser).