Skip to main content

Glass CLI

Project description

============================================
Glass Website Management Command Line Client
============================================

Glass is a website management platform made by Kelly Creative Tech.

Setting up a new site
---------------------

This package is the Command Line Interface for working with the `Glass Web Management Platform <https://glass.servee.com>`_. Once installed, you can run the ```glass watch``` command in your local project folder to upload files to the Glass system automatically on save. You can also run ```glass get_all``` to pull the current live files from the server, or ```glass put_all``` to upload (and override) the server copy with your local copy. (Put_all is a blunt instrument, so be careful.)


These instructions assume basic knowlege of the Terminal, and VirtualEnv Wrapper needs to be installed on your machine. If these things don't sound familiar to you, [start with the instructions at the bottom](#start-with-the-basics), and then come back here.

### 1. Make your virtualenvironment. We're using virtualenvwrapper.

$> mkvirtualenv glass-sites -p python3
$> workon glass-sites


### 2. Clone this repository.

$> workon glass-sites
$> cd ~/some/code/place
$> git clone git@github.com:kellycreativetech/glass-cli.git
$> cd glass-cli
$> pip install -r requirements.txt
$> pip install -e .

Go into, or make a directory for a new site

$> cd ~/Projects/kct_clients/
$> mkdir issackelly.com
$> cd issackelly.com
$> glass configure
(glass-sites)issackelly.com:glass configure
Could not find a .glass config folder. Would you like to make one now? [y/N]: y
What email did you use to sign up for glass?: issac@servee.com
What is your password for glass?: [redacted]
---
Finding sites for you
1. Issac Kelly
2. ~~~~~~
3. Kelly Creative Tech
4. ~!~~~~~
5. !~~~~
Which which site would you like to configure in this directory?: 1
Writing config file to .glass/config


First, pull down all of the project files from the server. This will override anything that you have not yet uploaded, so you probably don't want to use this command more than once when you start the project.

$> glass get_all

You may also want a glass ignore file. This works just like a [.gitignore file](https://help.github.com/articles/ignoring-files/).

.git and .glass and func.* are ignored by default.

$> nano .glass/ignore
# This is just like a .gitignore or .git/info/exclude file
src/junk*.css
local_only_dir
*.py

Make some changes to the project files on your machine, and then deploy! This will publish your changes to the site.

$> glass put_all

Alternatively, you can deploy to the site as you are making changes. As soon as you save a file, it will be uploaded while this command is running.

$> glass watch




###Start with the basics

If this isn't your first experience with the Terminal and you already have [VituralEnv Wrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) installed, proceed to **Step 1** below. If not, and you're on a mac, follow these steps. Open the Terminal. (It's in Applications/Utilities. [Here's a quick introduction to the Terminal.](http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line)) paste these lines, one at a time, hitting enter between each. (This applies to the rest of the instructions below.)

Install easy_install:

$> curl https://bootstrap.pypa.io/ez_setup.py -o - | sudo python

Install pip:

$> sudo easy_install pip

Install VirtualEnv Wrapper:

$> pip install virtualenvwrapper

Now that VirtualEnv Wrapper is installed, you're ready to install the Glass CLI tools. [So go back to the top!](#glass-cli)


History
-------

* 2016-06-05 First Public Release 0.9

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glass-api-0.9.1.macosx-10.11-x86_64.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

glass_api-0.9.1-py2.py3-none-any.whl (10.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file glass-api-0.9.1.macosx-10.11-x86_64.tar.gz.

File metadata

File hashes

Hashes for glass-api-0.9.1.macosx-10.11-x86_64.tar.gz
Algorithm Hash digest
SHA256 57f384bb18d4f8439ed0321dac70340849d97f014c8fff7f58e204c803a32bbb
MD5 4c498e11a9a9e46be5eb66d970c87158
BLAKE2b-256 4d55417c90330221101d15da9bca2c8062e3af33d2f5b2ed87237baf62d3733e

See more details on using hashes here.

File details

Details for the file glass_api-0.9.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for glass_api-0.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3f332a2be87a66ed4d7af83cef4a3fd0cd5dc2437149bf87419698b753ad89fc
MD5 0fe7a4ff715fd933b45da72250c7b3e2
BLAKE2b-256 948b14c86fa02b1d1cbbe3f8219515b8feb5e6aba122455ffea2863b6946a605

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page