Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation documentation #1

Merged
merged 4 commits into from
Jan 16, 2019
Merged

Conversation

Gooseus
Copy link
Contributor

@Gooseus Gooseus commented Jan 16, 2019

This PR creates the start of some documentation for how to install a local copy of OCCAM that can be used for development and testing. The INSTALL.md file has documentation for using VirtualBox and Ubuntu to get OCCAM installed and running with a web interface via Apache.

In addition, the Python files in py needed to have an encoding comment added - I'm not sure if they made this a global python setting on the PSU servers, but I opted for this to avoid another configuration step. For the same reason, I also added a line to the Makefile to create the install/web/data folder.

Shawn Marincas and others added 4 commits January 13, 2019 14:25
Created an Installation section of the README.md to add instructions
for how to get OCCAM running on various operating systems, starting
with Ubuntu 16.04 running on VirtualBox.
Updates the Makefile to include creation of the `data` folder in
`install/web/`. Add `# coding=utf-8` to python scripts in `py`
folder to avoid encoding errors when running.
The README.md was returned to its original state with the installation
instructions copied into a new INSTALL.md file.  The installation
instructions were also edited to include some fixes to the dependency
packages and to include some formatting changes and additional
instructions on configuring Apache.
@rdjpdx
Copy link

rdjpdx commented Jan 16, 2019 via email

@BartMassey BartMassey merged commit a9a520a into occam-ra:master Jan 16, 2019
gdcutting pushed a commit that referenced this pull request Feb 16, 2019
Merge pull request #2 from gdcutting/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants