Commit graph

14 commits

Author SHA1 Message Date
Matthew Scragg eb12c84e9a Added RDBMS info
Canonical names to forced to lowercase
Made user model compatible to other DBs
CSS adjustments
Basic Firepad support (no presence info)
Cleaned up JS a bit
Added ability to remove draft from localstorage
Added support for drafts on multiple pages
Alert user if page changes, issue #1
2014-10-03 13:49:18 -05:00
Matthew Scragg 813d7cfc51 updated docker runsv script
updated install.sh
updated setup.py
2014-09-18 23:12:57 -05:00
Matthew Scragg 35bd6f246f Merge pull request #16 from leek/patch-1
Allow bower to install with sudo
2014-09-18 10:45:58 -05:00
Matthew Scragg 2856dc076f Fixes #17
Fix bug with loading token
Updated readme
Remove realms-wiki bash script (redundant)

Updated install.sh
Using setuptools to create cli entry point
Upstart script sets gid and uid
2014-09-18 10:13:33 -05:00
Chris Jones dfb7fa7619 Allow bower to install with sudo
Without `--allow-root`, bower throws the following:

```
bower ESUDO         Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with superuser permissions.
If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs.

http://www.joyent.com/blog/installing-node-and-npm
https://gist.github.com/isaacs/579814

You can however run a command with sudo using --allow-root option
```
2014-09-18 01:46:13 -04:00
Matthew Scragg 6128d05c69 use ace-builds via bower
removed screen in install script
not longer forwarding port 80 in vagrantfile
2014-09-15 16:45:47 -05:00
Matthew Scragg 335b5b5324 update install script 2014-09-09 15:19:53 -05:00
Matthew Scragg 344207dcc9 update install script 2014-09-09 15:08:50 -05:00
Matthew Scragg b4a74342e3 update install script, config, bower.json 2014-09-08 16:05:23 -05:00
Matthew Scragg 6459d6b842 chown venv dir in install script
set default ace editor options
lower font size on editor
2014-09-08 12:49:37 -05:00
Matthew Scragg bea662e2e7 add partials support 2014-09-07 11:54:51 -05:00
Matthew Scragg 9c173895ae readme updated
install script updated
2014-09-03 22:25:48 -05:00
Matthew Scragg ad401da4f1 worked on assets bundling, added admin field 2014-09-03 21:29:47 -05:00
Matthew Scragg 0dead5176a fix cache issue, rename provision script 2014-09-03 09:26:53 -05:00
Renamed from provision.sh (Browse further)