Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Mar 26, 2009 12:35 pm 
Offline
Senior Newbie

Joined: Fri Mar 20, 2009 3:00 pm
Posts: 7
Website: http://dharmatech.org
Location: Salt Lake City, Utah
We script everything we can to keep our costs and time to install down. Currently our newclient script creates a new VPS on our current server then installs the application software and configures it. With this approach, somebody with no special technical knowledge can type a one-line command then point and click a few times to get a fully-functioning site running.

As Linode stands now, we need to create the VPS by hand using the web interface and get a running install of Ubuntu going with all its network interfaces working correctly before we can start a script to install and configure the application software.

It would simplify our lives if you offered some sort of API that we could invoke from a script to go through the initial container creation to the point where the VPS is up and running on the net.

Thanks in advance -- Walt


Top
   
 Post subject:
PostPosted: Thu Mar 26, 2009 2:48 pm 
Offline
Senior Member
User avatar

Joined: Sat Oct 16, 2004 11:13 am
Posts: 176
Are you reselling linodes?


Top
   
 Post subject:
PostPosted: Thu Mar 26, 2009 2:54 pm 
Offline
Senior Newbie

Joined: Fri Mar 20, 2009 3:00 pm
Posts: 7
Website: http://dharmatech.org
Location: Salt Lake City, Utah
saman007uk wrote:
Are you reselling linodes?


Effectively. Our preferred business model would be more that our customer buys direct from Linode and we provide supervisory services. We do this with domain names on Network Solutions but Linode doesn't yet have that facility.

-- Walt


Top
   
 Post subject:
PostPosted: Tue Jun 09, 2009 1:39 pm 
Offline
Newbie

Joined: Mon Jun 08, 2009 4:48 am
Posts: 4
This is a jury rigged solution but it may help.

Quote:
I just thought that I would post this in case someone else finds it useful.

I found a way to automate linode( or any site for that matter). My solution can only automate, it isn't a replacement for an API (but automation is all I need).

The answer is Lynx scripts. Lynx is a text (console web browser).
In lynx you use the keyboard to navigate websites and you can have lynx record your key strokes on a given site to a file and then play them back later (lynx script).

Create a script at the command-line type:
Code:
lynx -cmd_log=filename siteURL

Then do what ever task you want to automate and press q ( to quit) when done.

Run script:
Code:
lynx -cmd_script=filename siteURL


You must use the same file and url or it won't work.


See Automate Linodes Post on Linodes Forum


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group