mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-08-14 15:28:09 +00:00
add titles and reorganize to avoid showing .html extension
This commit is contained in:
170
install/index.html
Executable file
170
install/index.html
Executable file
@@ -0,0 +1,170 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>EnvayaSMS: Installing EnvayaSMS</title>
|
||||
<link rel='stylesheet' type='text/css' href='/styles/site.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<a style='float:left' href="/"><img src='/media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
|
||||
<h1 style='padding-top:13px'><a href="/">EnvayaSMS</a>
|
||||
|
||||
<span class="small">
|
||||
SMS gateway for Android
|
||||
</span>
|
||||
|
||||
</h1>
|
||||
|
||||
<div class='menu' style='clear:both;padding-top:5px'>
|
||||
<a href='/'>Home</a>
|
||||
·
|
||||
<a class='active' href='/install/'>Install</a>
|
||||
·
|
||||
<a href='/how/'>How it Works</a>
|
||||
·
|
||||
<a href='/serverapi/'>API Reference</a>
|
||||
·
|
||||
<a href='/comparison/'>Comparison</a>
|
||||
·
|
||||
<a href='/faq/'>FAQ</a>
|
||||
·
|
||||
<a href='/history/'>History</a>
|
||||
</div>
|
||||
|
||||
<h2>Installing EnvayaSMS</h2>
|
||||
|
||||
Before installing EnvayaSMS, ensure that you have the following prerequisites:
|
||||
|
||||
<ul>
|
||||
<li>One or more Android phones (1.6 Donut or higher) that are
|
||||
registered on a mobile network. </li>
|
||||
<li>A way for the phones to connect to the internet, either via Wi-Fi
|
||||
or the mobile data service. <br />
|
||||
(Even if using Wi-Fi, mobile data
|
||||
service is necessary to receive MMS messages.) </li>
|
||||
<li> A web server accessible from the public internet </li>
|
||||
</ul>
|
||||
|
||||
Using an Android phone, open <a href='https://market.android.com/details?id=org.envaya.sms'>EnvayaSMS page on Android Market</a> by clicking the link from your phone's browser, or scanning the barcode with a QR code app. Then, follow the steps shown below to install EnvayaSMS.<br />
|
||||
|
||||
<div style='float:left;padding-right:10px;padding-top:30px'>
|
||||
<div style='font-size:16px;font-weight:bold; text-align:center'>
|
||||
<a href="https://market.android.com/details?id=org.envaya.sms">Open Android Market</a>
|
||||
</div>
|
||||
<a href="https://market.android.com/details?id=org.envaya.sms">
|
||||
<img src='/media/qr.png' width='175' height='175' />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div style='float:left;padding-top:10px'>
|
||||
<img src='/media/screenshot-market.png' style='border:1px solid black' width='484' height='240' />
|
||||
</div>
|
||||
|
||||
<div style='clear:both;padding-top:10px'>
|
||||
Alternatively, software developers may <a href="https://github.com/youngj/EnvayaSMS">download the source code from GitHub</a>
|
||||
and build EnvayaSMS themselves.
|
||||
</p>
|
||||
|
||||
<h2>Configuring EnvayaSMS</h2>
|
||||
|
||||
<h3>Server Configuration</h3>
|
||||
|
||||
<p>
|
||||
It is assumed that your organization already has an HTTP server, or has the technical expertise to set up an HTTP server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Follow the instructions in the <a href='/serverapi/'>API Reference</a> page to learn how to construct a
|
||||
resource on your HTTP server that can communicate with EnvayaSMS.
|
||||
</p>
|
||||
|
||||
<h3>Phone Configuration</h3>
|
||||
|
||||
<div style='float:right;padding-left:10px;padding-bottom:10px'>
|
||||
<img src='/media/screenshot-settings.png' width='211' height='347' />
|
||||
</div>
|
||||
|
||||
|
||||
<p>
|
||||
After your server is configured, configure EnvayaSMS on your phone to connect to your server as follows:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
|
||||
<li>Open the EnvayaSMS app</li>
|
||||
<li>Click the Menu button, then "Settings"</li>
|
||||
<li>Configure EnvayaSMS to work with your server by entering:</li>
|
||||
<ul>
|
||||
<li>your server URL</li>
|
||||
<li>your phone number</li>
|
||||
<li>the password shared with the server</li>
|
||||
</ul>
|
||||
<li>Choose an interval to poll for new outgoing messages</li>
|
||||
<li><em>Recommended:</em> under Wi-Fi sleep policy, select "always stay connected".
|
||||
(Otherwise, EnvayaSMS will be unable to forward messages after the phone goes to sleep.)
|
||||
</li>
|
||||
<li>Check "Enable EnvayaSMS"</li>
|
||||
<li>Click the Back button to return to the main screen</li>
|
||||
</ol>
|
||||
|
||||
<p>
|
||||
To test if EnvayaSMS has been configured properly and can connect
|
||||
to your server, open the EnvayaSMS app, click the Menu button,
|
||||
then click "Test Connection".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Important:</strong> After EnvayaSMS is enabled, it will forward all SMS messages regardless of whether the
|
||||
EnvayaSMS app is open. If you want to use SMS normally again, return to EnvayaSMS' settings screen
|
||||
and uncheck "Enable EnvayaSMS".
|
||||
</p>
|
||||
|
||||
<h3>Installing Expansion Packs</h3>
|
||||
|
||||
<p>
|
||||
By default, Android prevents EnvayaSMS from sending more than 100 outgoing SMS messages per hour.
|
||||
However, that limit can be increased by installing EnvayaSMS Expansion Packs.
|
||||
</p>
|
||||
<p>
|
||||
Each Expansion Pack allows EnvayaSMS to increase its sending limit by an additional 100 outgoing SMS messages
|
||||
per hour. For example, if you install 14 expansion packs, EnvayaSMS will be able to send up to 1500 outgoing SMS messages
|
||||
per hour.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://market.android.com/details?id=org.envaya.sms.pack01">Install EnvayaSMS Expansion Pack 01</a>
|
||||
</p>
|
||||
<p>
|
||||
With Expansion Packs, EnvayaSMS is limited only by how fast your phone can send and receive SMS,
|
||||
and by your mobile provider's usage limits and terms of service.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25868450-2']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user