Skip to main content

Glass CLI

Project description

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

Current Build Status: status

This package is both the python API and the CLI

Setting up a new site

This package is the Command Line Interface for working with the Glass Web Management Platform. 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 knowledge 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, and then come back here.

  1. Make your virtualenvironment. We’re using virtualenvwrapper.

$> mkvirtualenv glass-sites -p python3
$> workon glass-sites
  1. 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.

.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 Distributions

glass-api-0.9.2a5.tar.gz (8.1 kB view details)

Uploaded Source

glass-api-0.9.2a5.macosx-10.11-x86_64.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

glass_api-0.9.2a5-py2.py3-none-any.whl (11.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file glass-api-0.9.2a5.tar.gz.

File metadata

File hashes

Hashes for glass-api-0.9.2a5.tar.gz
Algorithm Hash digest
SHA256 e843ff8031599d55f95a8cea3f3d70391d0630b1402b089abc454c5344d80036
MD5 4756ac6025f29e4905fb5889d9c52041
BLAKE2b-256 8f31bd14dd2776ac81076644e51b182c061582e073fd768ae8fff617e2e22f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for glass-api-0.9.2a5.macosx-10.11-x86_64.tar.gz
Algorithm Hash digest
SHA256 ce8e390d058977fc3dfa75ca7f90e979fea42a1c067898bc7677dd7bd1c4351f
MD5 4eaa3b0c9e69a4692e57b8d388659720
BLAKE2b-256 4d8fc9e5887651b2e6908c81b10d93fe40884dc336489f0db2375a86a4aac3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for glass_api-0.9.2a5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6b3da055f9ad2a6b0174e4879290456b0589b2bf208101cb0c5999f9b2bb5b9e
MD5 1f05d987772debdd5e2ca2627da7e953
BLAKE2b-256 94f28d12879b959ed367d30006d750e6e307bdfcdbb5553300050b0dceba96db

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